#!/bin/tcsh -f

# Kill server on local machine
kill -INT `pidof rcssserver`

