Revision 00f1e0f5696e8b3839554697524030ea694956b1 authored by Eric Heien on 02 February 2012, 18:23:53 UTC, committed by Eric Heien on 02 February 2012, 18:23:53 UTC
1 parent d5fbdb0
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