Skip to content

Instantly share code, notes, and snippets.

View samsymons's full-sized avatar

Sam Symons samsymons

View GitHub Profile
#!/bin/sh
# Just copy and paste the lines below (all at once, it won't work line by line!)
# MAKE SURE YOU ARE HAPPY WITH WHAT IT DOES FIRST! THERE IS NO WARRANTY!
echo "Uninstalling Homebrew"
function abort {
echo "$1"
exit 1
}