#!/bin/bash # # This script should only be called by the ioc at boot time. # The startup script should have the following line: # bootNotify SLSBASE,"sls/bin/iocBootNotify.sh" PATH=$PATH:/bin:/usr/bin . /etc/profile if [ "$1" = "-v" ] then echo '$Source: /cvs/G/DRV/misc/App/scripts/iocBootNotify.sh,v $' echo '$Author: lutz_h $' echo '$Date: 2013/08/14 08:54:08 $' exit fi if [ "$1" = "-h" ] || [ "$1" = "-?" ] then { echo "Usage:" echo " iocBootNotify.sh \\" echo " \\" echo " \\" echo " \\" echo " \\" echo " \\" echo "