6 lines
51 B
Text
6 lines
51 B
Text
|
#!/bin/sh
|
||
|
|
||
|
cd "/opt/doom3"
|
||
|
./doom.x86 "$@"
|
||
|
exit $?
|