Skip to content

Instantly share code, notes, and snippets.

@gnurag
Created September 18, 2013 11:13
Show Gist options
  • Save gnurag/6607699 to your computer and use it in GitHub Desktop.
Save gnurag/6607699 to your computer and use it in GitHub Desktop.
Urban Terror 4.2
#!/bin/bash
while true
do
./Quake3-UrT.x86_64 +set fs_game q3ut4 +set dedicated 1 +set net_port 27960 +set com_hunkmegs 256 +exec server.cfg
echo "server crashed on `date`" > last_crash.txt
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment