source: trunk/examples/extended/radioactivedecay/exrdm/macros/runall @ 1027

Last change on this file since 1027 was 807, checked in by garnier, 16 years ago

update

  • Property svn:executable set to *
File size: 133 bytes
Line 
1#!/bin/csh -f
2\rm runall.log
3foreach i (`ls *.mac`)
4    echo ' Runing ' $i
5     time ../bin/$G4SYSTEM/exRDM  $i >>& runall.log
6end
7
8
Note: See TracBrowser for help on using the repository browser.