Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 304 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 304 Bytes

batch_zip

zip all files in the given directory.

usage:

➜  batch_zip (master) ✗ ./batch_zip.sh
zip all (non compressed) files in the given folder

usage: ./batch_zip.sh -p <path/to/folder> [-b to break on error] [-z use 7z instead of zip] [-d to delete source files] [-t to test run]