PLEASE NOTE - THERE ARE MUCH BETTER TOOLS AVAILABLE SINCE I CREATED THIS, FOR EXAMPLE CHECKOUT (Balena ETCHER](https://www.balena.io/etcher/) which I personally use it's free, crossplatform and very good.
I often wanted to burn iso files to usb but it seemed like a real hassle, I looked for a useful gui tool but couldnt find one, so I wrote this awesome bash script
It's very easy, just run the following command to install into /usr/local/bin
wget -q -O /usr/local/bin/iso2usb https://raw.githubusercontent.com/hongkongkiwi/iso2usb/master/iso2usb | chmod +x /usr/local/bin/iso2usb
Once this is complete you can simply run it from the command line like any other command using iso2usb
If you want to pass the device directly (get the device from diskutil list
)
iso2usb file.iso /dev/disk#
(# is a disk number)
If you want to bring up a selection of USB devices and select from the menu (potentially more dangerous)
iso2usb file.iso
Pull requests are welcome!