5 lines
87 B
Bash
5 lines
87 B
Bash
|
#!/bin/sh
|
||
|
cd ${TRUEPREFIX}/share/yquake2
|
||
|
exec ${TRUEPREFIX}/share/yquake2/quake2 "$@"
|
||
|
|