Last change
on this file since 2580 was
2510,
checked in by rgrieder, 16 years ago
|
Merged revisions 2279-2401 of the buildsystem branch to buildsystem2.
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:mergeinfo set to
(toggle deleted branches)
/code/branches/buildsystem/bin/linux/run-script | merged | eligible | /code/branches/ceguilua/bin/run-script | 1802-1808 | /code/branches/core3/bin/run-script | 1572-1739 | /code/branches/gcc43/bin/run-script | 1580 | /code/branches/gui/bin/run-script | 1635-1723 | /code/branches/input/bin/run-script | 1629-1636 |
|
File size:
200 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | if [ ! -f orxonox ]; then |
---|
4 | echo "orxonox does not exist" |
---|
5 | echo "did you compile it?" |
---|
6 | |
---|
7 | exit 1 |
---|
8 | fi |
---|
9 | |
---|
10 | trap "xset r && echo 'resetting autorepeat'" HUP INT TERM QUIT ABRT KILL ALRM |
---|
11 | ./orxonox $@ |
---|
Note: See
TracBrowser
for help on using the repository browser.