Initial commit
This commit is contained in:
31
scripts/runApplication.sh
Executable file
31
scripts/runApplication.sh
Executable file
@@ -0,0 +1,31 @@
|
||||
(
|
||||
cd ../application/source
|
||||
|
||||
cd ../../binaries/
|
||||
|
||||
#./application
|
||||
|
||||
#./example.text
|
||||
|
||||
#./example.sqlite3
|
||||
|
||||
#./example.multiple.inheritance
|
||||
|
||||
#./example.console.log
|
||||
|
||||
#./example.file.system
|
||||
|
||||
#./example.operator.overload
|
||||
|
||||
#./example.vector
|
||||
|
||||
#./example.file.system
|
||||
|
||||
#./example.web.server
|
||||
|
||||
./example.opengl
|
||||
|
||||
#./example.vulkan
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user