Changeset 168 for code/branches/xml/bin/run-script
- Timestamp:
- Nov 5, 2007, 2:43:28 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/xml/bin/run-script
r89 r168 1 1 #!/bin/bash 2 2 cd bin 3 3 if [[ ! -f main ]] ; then 4 4 echo "main does not exist" … … 23 23 fi 24 24 exec ./main 25 cd ..
Note: See TracChangeset
for help on using the changeset viewer.