Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 93 - (show annotations) (download) (as text)
Mon Jan 15 20:10:00 2007 UTC (17 years, 3 months ago) by niro
File MIME type: application/x-sh
File size: 203 byte(s)
new files

1 #!/bin/bash
2 # $Header: /root/magellan-cvs/src/quake3/quake3-wrapper.sh,v 1.1 2007-01-15 20:10:00 niro Exp $
3 # Wrapper for quake3 for Magellan-Linux
4
5 cd /usr/games/quake3
6
7 ./$(basename $0).x86 $*
8 exit $?