set -x

# Startup script for PILOT control system software
RUN=//1/control_system/bin
PATH=.:$PATH

cd $RUN

./fieldbus -f fb_spare.ini >/dev/con2 &
sleep 3

# Run the application
./surveyDISP -f surveyDISP.ini &

