Files
geant4/examples/extended/radioactivedecay/exrdm/macros/runall
T
2016-06-09 15:07:44 +02:00

9 lines
133 B
Tcsh
Executable File

#!/bin/csh -f
\rm runall.log
foreach i (`ls *.mac`)
echo ' Runing ' $i
time ../bin/$G4SYSTEM/exRDM $i >>& runall.log
end