Changeset 2590 for code/branches/buildsystem2/bin/run
- Timestamp:
- Jan 12, 2009, 5:06:56 PM (16 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/bin/run
r2582 r2590 1 1 #!/bin/sh 2 # convenience script for starting orxonox 2 # convenience script for starting orxonox on Linux 3 3 4 cd build/bin && exec ./run-script$@4 cd @EXECUTABLE_OUTPUT_PATH@ && exec ./@ORXONOX_EXECUTABLE_NAME@ $@
Note: See TracChangeset
for help on using the changeset viewer.