#!/bin/bash IP=`$IFCONFIG/ifconfig ppp0 | fgrep "inet ad" | cut -f2 -d":" | cut -f1 -d" "` ./hlds_run -game cstrike +ip $IP +maxplayers 6 +map de_dust &