Skip to content

Instantly share code, notes, and snippets.

@marsell
Created September 21, 2018 00:45
Show Gist options
  • Save marsell/728eb629f33977561efe87d4e781b09e to your computer and use it in GitHub Desktop.
Save marsell/728eb629f33977561efe87d4e781b09e to your computer and use it in GitHub Desktop.
#/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