text2score / _scripts /pack_to_tar.sh
mimbres's picture
Upload 4 files
878f73b verified
raw
history blame contribute delete
282 Bytes
cd ABC_Dataset && rsync -a --include='*/' --include='*.abci' --include='*.pkl' --include='*.json' --exclude='*' --no-inc-recursive . ../tmp_filtered && cd ../tmp_filtered && tar -cf ../ABC_Dataset_only_abci_pkl_json.tar --use-compress-program=pigz * && cd .. && rm -rf tmp_filtered