contrib/enemy-territory/et.sh
2007-01-17 01:30:20 +01:00

9 lines
74 B
Bash

#!/bin/sh
cd /usr/share/enemy-territory
./et.x86 $@
cd -
# End of File