Last active
April 26, 2023 09:11
-
-
Save espenmn/eac8e6f6b832aa77c2157b88db030053 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for i in */; do zip -r "${i%/}.zip" "$i"; done | |
| #Dont need this, the zip commend does not include hidden files | |
| for i in */; do zip -d *.zip __MACOSX/\*zip -r "${i%/}.zip" "$i"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment