Skip to content

Instantly share code, notes, and snippets.

View matthew-french's full-sized avatar

Matthew French matthew-french

View GitHub Profile
@matthew-french
matthew-french / uninstall_homebrew.sh
Created December 1, 2012 19:32 — forked from mxcl/uninstall_homebrew.sh
Uninstall Homebrew
#!/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!
function abort {
echo "$1"
exit 1
}
set -e