mimbres commited on
Commit
a2d5ca0
·
verified ·
1 Parent(s): af82413

Delete pack_to_tar.sh

Browse files
Files changed (1) hide show
  1. pack_to_tar.sh +0 -1
pack_to_tar.sh DELETED
@@ -1 +0,0 @@
1
- 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