7 lines
60 B
Plaintext
7 lines
60 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cd "/opt/doom3"
|
||
|
exec ./doomded.x86 "$@"
|
||
|
exit $?
|
||
|
|