Magellan Linux

Contents of /trunk/quake4/quake4-wrapper.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 651 - (show annotations) (download) (as text)
Fri Jun 13 15:05:27 2008 UTC (15 years, 11 months ago) by niro
File MIME type: application/x-sh
File size: 197 byte(s)
-quake4 files

1 #!/bin/sh
2 # $Header: /root/magellan-cvs/src/quake4/quake4-wrapper.sh,v 1.1 2008-06-13 15:05:22 niro Exp $
3 # Quake4 wrapper for Magellan-Linux
4
5 cd /usr/games/quake4
6
7 ./$(basename $0).x86 $*
8 exit $?