Revision 12591d60c2d91cb3459c4b09d6a7ae1ed83e62fd authored by Eh Tan on 23 August 2007, 20:20:24 UTC, committed by Eh Tan on 23 August 2007, 20:20:24 UTC
1 parent fce4d3d
Raw File
run.sh
#!/bin/sh

## Run an ordinary job then restart it. The end result should be the same

../../bin/citcoms tracer.cfg && ../../bin/citcoms tracer.cfg restart.cfg && diff *.tracer.0.5 && diff *.velo.0.5

## clean up
rm yyy.* zzz.* pid*.cfg
back to top