最終更新 2 years ago

rcaldous revised this gist 2 years ago. Go to revision

1 file changed, 1 insertion

zipSub.sh(file created)

@@ -0,0 +1 @@
1 + for i in */; do zip -r0 "${i%/}.zip" "$i"; done
Newer Older