diff options
author | Thomas White <taw@physics.org> | 2015-12-03 04:43:04 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-12-03 04:43:04 +0100 |
commit | 3fe4c04aacd623f76dcb35114a02b2b001900d4e (patch) | |
tree | 2f2dab3c38ef89048dad0de84a8be0bce06f8217 /scripts | |
parent | ded2e6baa7032020e0b14b1f9fb567174f4668ba (diff) |
scripts/turbo-index: Add missing "done"
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/turbo-index | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/turbo-index b/scripts/turbo-index index 7554adcb..c11f521e 100644 --- a/scripts/turbo-index +++ b/scripts/turbo-index @@ -22,4 +22,4 @@ for FILE in split-events-${RUN}.lst*; do indexamajig \ -i $FILE -o $STREAM -j 32 -g $GEOM --peaks=cxi - +done |