summarylogtreecommitdiffstats
path: root/rogue.sh
blob: 444a000ac09b8b23a2416cab0e0ec4b06f07d1a4 (plain)
1
2
3
4
5
6
#!/bin/bash

cd "/opt/quake2"
./sdlquake2 +set basedir /opt/quake2 +set game rouge $*
exit $?