updated submodule pylib
f373795d
Hari Sekhon
committed
1 changed file
pylib
/pylib-1+1
/pylib
Add comment 68 echo "Removing any pre-existing parts:"
Add comment 69 rm -v "$filename".* 2>/dev/null || :
Add comment 70 echo
Add comment 71 Minus   "$srcdir/bash-tools/split.sh" --parts "$parallelism" "$filename"
Add comment 71 Plus   "$srcdir/bash-tools/bin/split.sh" --parts "$parallelism" "$filename"
Add comment 72 echo "Anonymizing parts"
Add comment 73 for file_part in "$filename".*; do
Add comment 74 cmd="$srcdir/anonymize.py -a $file_part > $file_part.anonymized"