Delete pack_to_tar.sh
Browse files- 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
|
|
|
|
|
|