projectSetup.sh: add shebang

This commit is contained in:
Francisco Demartino 2022-01-08 03:43:42 -03:00
parent 8e4adc376d
commit 14a17edccf

View File

@ -1,3 +1,5 @@
#!/bin/env bash
if [ "$#" -ne 1 ]; then
PROJECT_NAME='Project'
else