void-packages/srcpkgs/doom3/files/doom3.launcher

6 lines
51 B
Plaintext
Raw Normal View History

#!/bin/sh
cd "/opt/doom3"
./doom.x86 "$@"
exit $?