source:
trunk/examples/extended/radioactivedecay/exrdm/macros/runall@
807
| Last change on this file since 807 was 807, checked in by , 17 years ago | |
|---|---|
|
|
| File size: 133 bytes | |
| Rev | Line | |
|---|---|---|
| [807] | 1 | #!/bin/csh -f |
| 2 | \rm runall.log | |
| 3 | foreach i (`ls *.mac`) | |
| 4 | echo ' Runing ' $i | |
| 5 | time ../bin/$G4SYSTEM/exRDM $i >>& runall.log | |
| 6 | end | |
| 7 | ||
| 8 |
Note:
See TracBrowser
for help on using the repository browser.
