#!/bin/csh

# To run this automatically at startup, I put this line at the end of
# rc.local:
# csh -c '/usr/usenix/usenix &'

setenv PILOTPORT /dev/tty00
setenv PILOTRATE 19200

cd /usr/usenix
while (1)
  ./install-datebook <lisa02
  echo 'Hotsync done.'
  sleep 2
end
