source: trunk/source/event/test/GeneralParticleSource/run_test@ 1350

Last change on this file since 1350 was 1350, checked in by garnier, 15 years ago

update to last version 4.9.4

  • Property svn:executable set to *
File size: 132 bytes
Line 
1#!/bin/csh -f
2\rm *.log
3which gps
4which exrdm01
5foreach i (` ls test*.g4mac`)
6 echo 'Running ' $i
7 time gps $i >& $i.log
8end
9exit
10
Note: See TracBrowser for help on using the repository browser.