projectSetup.sh: add shebang
This commit is contained in:
parent
8e4adc376d
commit
14a17edccf
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
#!/bin/env bash
|
||||||
|
|
||||||
if [ "$#" -ne 1 ]; then
|
if [ "$#" -ne 1 ]; then
|
||||||
PROJECT_NAME='Project'
|
PROJECT_NAME='Project'
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue