Revision ece8bb91bc25f3fa8519efa0a123f070bdaff9e0 authored by Eric Heien on 10 October 2014, 00:27:17 UTC, committed by Eric Heien on 10 October 2014, 00:27:17 UTC
1 parent 20c677c
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