Commit bd9c05c1 authored by Vincent Pelletier's avatar Vincent Pelletier

Add line break between parallel parsing and final aggregation.

parent 8b26cf34
......@@ -26,4 +26,5 @@ fi
# XXX: any simpler way ?
xargs -0 -r -n 1 -P $PARALLELISM -I "@FILE@" -- "$SHELL" -c 'INFILE="$1";shift;STATE_DIR="$1";shift;echo -n .;"$@" -Q --format json --out "$STATE_DIR/$(sed s:/:@:g <<< "$INFILE").json" "$INFILE"' "$0" "@FILE@" "$STATE_DIR" "$@"
echo
"$@" --out "$OUT_FILE" --state-file "$STATE_DIR"/*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment