Files
geant4/examples/extended/radioactivedecay/exrdm/macros/runall
T
2016-06-09 11:11:55 +02:00

9 lines
133 B
Tcsh
Executable File

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