#!/bin/tcsh # This gives you a fresh start. Call this script to run the software. It # is running in the background, not attached to standard input or output. killall start_proxy killall alert_proxy_server cd $0:h nohup ./start_proxy >>& ./server.log < /dev/null &