#!/bin/csh
#-e tests for existance of file, if fails then next cmd executed
sleep 5
# Commands and
#       pipelines  can  also be joined into sequences with `||' or
#       `&&', indicating, as in the C language, that the second is
#       to be executed only if the first fails or succeeds respec-
#       tively.

[ -e /usr/local/pilot/bin/hsactive ] || /usr/local/pilot/bin/startpppd
