Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#!/bin/sh
eval `scramv1 runtime -sh`

echo "initializeForGREN "
./initializeForGREN
echo "./start \> online_dqm.log 2\>&1"
#./start > online_dqm.log 2>&1 &
./start &
sleep 30
echo "Started the application and Configuring"
./configure
sleep 60
echo "Configured"
./enable
echo "Enabled"