#!/bin/sh
echo "Starting Left 4 CP"
sleep 1
cd ./hlds/l4dcpsrv/
screen -A -m -d -S l4d-cp nice -10 ./srcds_run l4d +ip 78.142.140.98 +hostport 27016

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