#!/bin/tcsh cd $0:h # This process uses the same executable as ../alert_ms, running in the same # directory. (Start this process with a different script which references a # different config file.) ln -s ../alert_ms/build_all ln -s ../alert_ms/build_all1 set hosts="leela zoidberg hermes" rm -fr hosts mkdir hosts cd hosts foreach host ($hosts) ln -s /net/$host/home/phil/cpp_alert_server/ $host end pwd ls -l