38829c3602
UFO ALIEN INVASION is a strategy game featuring tactical combat against hostile alien forces which are about to infiltrate earth at this very moment. You are in command of a small special unit which has been founded to face the alien strike force. To be successful on the long run, you will also have to have a research team study the aliens and their technologies in order to learn as much as possible about their technology, their goals and the aliens themselves. WWW: http://ufo.myexp.de/
4 lines
58 B
Bash
4 lines
58 B
Bash
#!/bin/sh
|
|
|
|
cd @UFODIR@ || exit 1
|
|
exec @UFODIR@/@APP@ "$@"
|