Created
September 21, 2018 00:45
-
-
Save marsell/728eb629f33977561efe87d4e781b09e 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
#/bin/sh | |
rm -f winsetup.iso | |
find winsetup/ -name .DS_Store -delete | |
hdiutil makehybrid -o winsetup.iso winsetup/ -iso -joliet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment