From 34aa8d5ad0c4fccc2b4e2520a1b682fd2be67fb4 Mon Sep 17 00:00:00 2001 From: Ansel Santosa Date: Thu, 22 Jun 2017 08:41:08 -0700 Subject: [PATCH] Make shebang more portable --- presentation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation.sh b/presentation.sh index e40f3d3..e40128a 100755 --- a/presentation.sh +++ b/presentation.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash GREEN='\033[0;32m' BLUE='\033[0;34m'