Changeset 774 for code/branches/FICN/bin
- Timestamp:
- Dec 31, 2007, 4:56:53 PM (17 years ago)
- Location:
- code/branches/FICN/bin
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/bin/run-script
r628 r774 1 1 #!/bin/bash 2 2 3 if [[ ! -f main]] ; then4 echo " maindoes not exist"3 if [[ ! -f orxonox ]] ; then 4 echo "orxonox does not exist" 5 5 echo "did you compile it?" 6 6 … … 22 22 fi 23 23 fi 24 exec ./ main$@24 exec ./orxonox $@
Note: See TracChangeset
for help on using the changeset viewer.