progress
This commit is contained in:
parent
78de26d154
commit
9a59b00998
@ -1 +1 @@
|
||||
0.9.1
|
||||
0.9.2
|
||||
|
||||
@ -105,3 +105,10 @@ for ((ii=0; ii <${#Instruments[@]}; ii+=slice_size)); do
|
||||
|
||||
parallel -j ${NumJobs} run_proc {} ${Start} ${End} ::: "${InstSlice[@]}"
|
||||
done
|
||||
|
||||
echo "Compressing"
|
||||
for file in $(find ${OutputDir} -type f -name '*db' -print )
|
||||
do
|
||||
echo "Compressing ${file}
|
||||
gzip ${file}
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user