contrib/enemy-territory/et

9 lines
74 B
Bash

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