#How To Use# place the bash file into the directory you would like to use to build your project cd into that directory chmod the bash file to +x (EX: chmod +x ProjectStarter.sh) execute the script (EX: /path/to/project/ProjectStarter.sh)