#!/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_semaphore killall semaphore_manager cd $0:h nohup ./start_semaphore >>& ./server.log < /dev/null &