#!/bin/csh -f ls -al > ${LOG} printenv >> ${LOG} aliroot -b -q 'StartSim.C("Config.C",100);' >> ${LOG} echo ${LD_LIBRARY_PATH} ls -al >> ${LOG} ~