Revision e06f54482137eb281c9c81c7153824ac092393f0 authored by Eh Tan on 29 August 2007, 20:55:12 UTC, committed by Eh Tan on 29 August 2007, 20:55:12 UTC
1 parent 3711a41
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