Revision 58cc0c350f04c33bd3aeb875907cdc162d32f2fc authored by Eric Heien on 09 October 2014, 23:30:23 UTC, committed by Eric Heien on 09 October 2014, 23:30:23 UTC
1 parent a4f3626
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