最終更新 1 year ago

rcaldous revised this gist 1 year 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