Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem2/bin/linux/run-script @ 2510

Last change on this file since 2510 was 2510, checked in by rgrieder, 15 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-scriptmergedeligible
    /code/branches/ceguilua/bin/run-script1802-1808
    /code/branches/core3/bin/run-script1572-1739
    /code/branches/gcc43/bin/run-script1580
    /code/branches/gui/bin/run-script1635-1723
    /code/branches/input/bin/run-script1629-1636
File size: 200 bytes
Line 
1#!/bin/sh
2
3if [ ! -f orxonox ]; then
4        echo "orxonox does not exist"
5        echo "did you compile it?"
6
7        exit 1
8fi
9
10trap "xset r && echo 'resetting autorepeat'" HUP INT TERM QUIT ABRT KILL ALRM
11./orxonox $@
Note: See TracBrowser for help on using the repository browser.