Created
December 4, 2010 08:07
-
-
Save linuxsable/728028 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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