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

5 lines
51 B
Bash

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