This commit is contained in:
Rikuoh Tsujitani 2023-08-16 09:56:34 +09:00
commit d529a4a3f5

2
zipper.sh Normal file
View file

@ -0,0 +1,2 @@
#!/bin/bash
find . \! -name *.zip -type d -exec zip -r {}.zip {} \;