Revision a2fd2a4af104e2824a612a70e741f771073f7dbd authored by Eh Tan on 17 September 2007, 20:30:30 UTC, committed by Eh Tan on 17 September 2007, 20:30:30 UTC
1 parent c10e388
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