Make shebang more portable

This commit is contained in:
Ansel Santosa 2017-06-22 08:41:08 -07:00 committed by Tony Grosinger
parent fc39f852f4
commit 34aa8d5ad0

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
GREEN='\033[0;32m'
BLUE='\033[0;34m'