This file contains 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/bash | |
script_name='DD-ISO' | |
version=20140113 | |
by='Scott Garrett <mail (at) exovenom.net>' | |
desc='A simple GUI frontend to dd to write ISO disc images to USB drives.' | |
############### | |
### Globals ### |
This file contains 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/bash | |
script_name='DD-ISO' | |
version=20140113 | |
by='Scott Garrett <mail (at) exovenom.net>' | |
desc='A simple GUI frontend to dd to write ISO disc images to USB drives.' | |
############### | |
### Globals ### |