#!/bin/sh
echo "Starting Left 4 Survival"
sleep 1
cd ~/l4dsvsrv/l4d
screen -A -m -d -S l4d-sv nice -10 ./srcds_run l4d +ip 78.142.140.98 +hostport 27017 +map l4d_sv_lighthouse

# to watch the output automatically, let's instantly attach to this 
screen -x l4d-sv
