]> icculus.org git repositories - divverent/nexuiz.git/blob - server/server_havoc_linux.sh
r6035 | div0 | 2009-03-02 10:49:09 +0100 (Mon, 02 Mar 2009) | 2 lines
[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 "${@}"