#!/bin/sh
echo "Starting Left 4 VS"
sleep 1
cd ./hlds/l4d/
screen -A -m -d -S l4d-vs nice -11 ./srcds_run l4d +ip 78.142.140.98 
+hostport 27015 +map l4d_vs_hospital01_apartment

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