aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-01-28 16:29:49 -0500
committerAlee <Alee14498@gmail.com>2019-01-28 16:29:49 -0500
commit1e970ff9ec8f34e97d3cf09fc06aa6bd22e5b614 (patch)
tree09d2cd38dfc16ef84449142ebcf1e1fe9d29a4a9
parent3695d97e90407445ee8b93c5f388ea110bef2404 (diff)
downloadProject-Xeon-1e970ff9ec8f34e97d3cf09fc06aa6bd22e5b614.tar.gz
Project-Xeon-1e970ff9ec8f34e97d3cf09fc06aa6bd22e5b614.tar.bz2
Project-Xeon-1e970ff9ec8f34e97d3cf09fc06aa6bd22e5b614.zip
multiline comment
-rw-r--r--build.sh28
1 files changed, 15 insertions, 13 deletions
diff --git a/build.sh b/build.sh
index 37489d5..2c480cb 100644
--- a/build.sh
+++ b/build.sh
@@ -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