![]() |
|
|||
File indexing completed on 2025-08-03 08:20:29
0001 #!/usr/bin/bash 0002 0003 if [ $# -eq 0 ] 0004 then 0005 echo "No runnumber supplied" 0006 exit 0 0007 fi 0008 0009 runnumber=$(printf "%08d" $1) 0010 /bin/ls -1 /sphenix/lustre01/sphnxpro/commissioning/GL1/cosmics/GL1_cosmic*-${runnumber}-* >gl1.list 0011 if [ ! -s gl1.list ] 0012 then 0013 echo gl1.list empty, removing it 0014 rm gl1.list 0015 fi
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |