Skip to content

Instantly share code, notes, and snippets.

@linuxsable
Created December 4, 2010 08:07
Show Gist options
  • Select an option

  • Save linuxsable/728028 to your computer and use it in GitHub Desktop.

Select an option

Save linuxsable/728028 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo "Firing up the servers baby!"
sleep 1
cd /var/steam/orangebox
screen -m -d -t hl2mp1 -S steam ./srcds_run -console -game hl2mp +map dm_underpass -autoupdate -port 30100
screen -m -d -t hl2mp2 -S steam ./srcds_run -console -game hl2mp +map dm_underpass -autoupdate -port 30200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment