This Mac-centric bash script has been rewritten as a Mac-centric Python script:
“A more robust edition of my previous MountEFI script. Added my usual collection of disk functions – plus some experimentation with callback functions.
def custom_quit():
head(“MountEFI”)
print(“by CorpNewt\n”)
print(“Thanks for testing it out, for bugs/comments/complaints”)
print(“send me a message on Reddit, or check out my GitHub:\n”)
print(“www.reddit.com/u/corpnewt”)
print(“www.github.com/corpnewt\n”)
print(“Have a nice day/night!\n\n”)
exit(0)
One thought on “MountEFI – mac tool to select drive containing an EFI to mount”