summarylogtreecommitdiffstats
path: root/quake3-cpma.launcher
blob: 3152d14de4ffcfb5dab80c145fb3cb886c3d471a (plain)
1
2
3
4
5
#!/bin/sh

cd "/usr/bin"
./quake3 +set fs_game cpma $*
exit $?