an objective-driven, class-based first person shooter set in the quake universe. WWW: http://www.enemyterritory.com/ PR: ports/123009 Submitted by: ayu <ayunyan at gmail.com>
4 lines
58 B
Bash
4 lines
58 B
Bash
#!/bin/sh
|
|
|
|
cd @ETQWDIR@ || exit 1
|
|
exec ./etqwded.x86 "$@"
|