contrib/enemy-territory/et.sh

9 lines
74 B
Bash
Raw Normal View History

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