From 1dee3b9ad65ed9b91e60b329e4b96892c5060c40 Mon Sep 17 00:00:00 2001 From: Cellie Date: Fri, 1 Nov 2019 15:19:51 +0100 Subject: [PATCH] Add a shebang. --- compile.sh | 1 + debug.sh | 1 + flash.sh | 1 + 3 files changed, 3 insertions(+) diff --git a/compile.sh b/compile.sh index 4a579b4..9c59ea7 100755 --- a/compile.sh +++ b/compile.sh @@ -1,3 +1,4 @@ +#!/usr/bin/env bash if [ $(grep GIT_TAG deviceSetup.h | grep -ic TRUE) != "1" ] then echo -e '\e[31m'ERROR'\e[0m' GIT_TAG not set to true in deviceSetup.h. diff --git a/debug.sh b/debug.sh index d65591a..08657e6 100755 --- a/debug.sh +++ b/debug.sh @@ -1,3 +1,4 @@ +#!/usr/bin/env bash if [ $(grep GIT_TAG deviceSetup.h | grep -ic TRUE) != "1" ] then echo -e '\e[31m'ERROR'\e[0m' GIT_TAG not set to true in deviceSetup.h. diff --git a/flash.sh b/flash.sh index e90f3a5..3c3445b 100755 --- a/flash.sh +++ b/flash.sh @@ -1,3 +1,4 @@ +#!/usr/bin/env bash if [ $(grep GIT_TAG deviceSetup.h | grep -ic TRUE) != "1" ] then echo -e '\e[31m'ERROR'\e[0m' GIT_TAG not set to true in deviceSetup.h.