diff options
| -rw-r--r-- | build.sh | 28 |
1 files changed, 15 insertions, 13 deletions
@@ -1,14 +1,16 @@ #!/bin/bash -#echo 'Building Program...' -#echo 'Shell: Bash' -#if [ -d "out" ] -#then -#echo 'Skipping making the "out" directory...' -#else -#mkdir out -#echo 'Created the "out" folder..' -#fi -#g++ --version -#g++ -g main.cpp -o out/game.exe -#echo 'Building Complete!' -#read -p 'Press any key to finish...'
\ No newline at end of file +<<COMMENT +echo 'Building Program...' +echo 'Shell: Bash' +if [ -d "out" ] +then +echo 'Skipping making the "out" directory...' +else +mkdir out +echo 'Created the "out" folder..' +fi +g++ --version +g++ -g main.cpp -o out/game.exe +echo 'Building Complete!' +read -p 'Press any key to finish...' +COMMENT
\ No newline at end of file |
