Skip to content

Commit

Permalink
Add a shebang.
Browse files Browse the repository at this point in the history
  • Loading branch information
CelliesProjects committed Nov 1, 2019
1 parent cfb5ad7 commit 1dee3b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions compile.sh
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions debug.sh
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions flash.sh
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 1dee3b9

Please sign in to comment.