Revision 798eb0d0a677a292ac6604de1d1dab5b2cb347c6 authored by Eh Tan on 12 November 2007, 23:03:09 UTC, committed by Eh Tan on 12 November 2007, 23:03:09 UTC
1 parent c2f28aa
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