Repositories (2)

Material2-Messaging-Enabler
1 snippets stored for this repo
Dart IconDart
? makeHomeScreen()
                  : LoaderDialog();
            } else {
              print("ah, shit");
            }
          }
        }
BootableUsbDriveCreator_Python
1 snippets stored for this repo
print "This part will ask you for your sudo password, just enter it and let it do it's thing"
	print "Also, this part could take a while depending on the size of the iso" +colors.END
	os.system('sudo -S %s' %(hdiutil))
	#If you haven't noticed by now, for some shitty reason Mac OS likes to add a '.dmg' to the end of the img. Which is horse shit if I do say so myself.
	#Anyways we need to move it to the 'Out' directory without the .dmg extension.
	BEFORE = IMGDIRIMG +'.dmg'
	os.system('mv %s %s' %(BEFORE, OUTDIRIMG))