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