Skip to content
Snippets Groups Projects
Commit 0ead1b25 authored by Carl Philipp Klemm's avatar Carl Philipp Klemm
Browse files

remove stepfile before running

parent 2123696e
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ RESTART=0 ...@@ -11,6 +11,7 @@ RESTART=0
while [[ $STOP == 0 && RESTART -lt 100 ]]; do while [[ $STOP == 0 && RESTART -lt 100 ]]; do
echo "Starting expirament at step $STEP substep $SUBSTEP" echo "Starting expirament at step $STEP substep $SUBSTEP"
rm $STEPFILE || true
coincellexpirament -l 10 -c "0,1,2,3,4,5,6,7" -o "$OUTDIR-$RESTART" -s $STEP -k $SUBSTEP -f $STEPFILE coincellexpirament -l 10 -c "0,1,2,3,4,5,6,7" -o "$OUTDIR-$RESTART" -s $STEP -k $SUBSTEP -f $STEPFILE
RET=$? RET=$?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment