add
This commit is contained in:
commit
d529a4a3f5
1 changed files with 2 additions and 0 deletions
2
zipper.sh
Normal file
2
zipper.sh
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
find . \! -name ‘*.zip’ -type d -exec zip -r {}.zip {} \;
|
Loading…
Reference in a new issue