#!/bin/sh if [ ! -f orxonox ]; then echo "orxonox does not exist" echo "did you compile it?" exit 1 fi trap "xset r && echo 'resetting autorepeat'" HUP INT TERM QUIT ABRT KILL ALRM ./orxonox $@