diff options
| author | Alee <Alee14498@gmail.com> | 2019-01-28 16:29:49 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-01-28 16:29:49 -0500 |
| commit | 1e970ff9ec8f34e97d3cf09fc06aa6bd22e5b614 (patch) | |
| tree | 09d2cd38dfc16ef84449142ebcf1e1fe9d29a4a9 | |
| parent | 3695d97e90407445ee8b93c5f388ea110bef2404 (diff) | |
| download | Project-Xeon-1e970ff9ec8f34e97d3cf09fc06aa6bd22e5b614.tar.gz Project-Xeon-1e970ff9ec8f34e97d3cf09fc06aa6bd22e5b614.tar.bz2 Project-Xeon-1e970ff9ec8f34e97d3cf09fc06aa6bd22e5b614.zip | |
multiline comment
| -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 |
