]> icculus.org git repositories - divverent/nexuiz.git/blob - server/server_havoc_linux.sh
make movetoteam_auto votable, and movetoteam_<color> available to masters and rcon...
[divverent/nexuiz.git] / server / server_havoc_linux.sh
1 #!/bin/sh
2
3 case "$(uname -m)" in
4   x86_64)       executable="nexuiz-linux-x86_64-dedicated" ;;
5   *)            executable="nexuiz-linux-686-dedicated" ;;
6 esac
7
8 cd "`dirname "${0}"`"
9 exec ./${executable} -game havoc +exec server.cfg "${@}"