Skip to content

Instantly share code, notes, and snippets.

View leope's full-sized avatar

Leo Peralta leope

View GitHub Profile
@leope
leope / uninstall-node.sh
Last active December 21, 2015 14:48 — forked from omarrr/uninstall-node.sh
Mac OS X uninstall script for packaged install of node.js
#!/bin/sh
(( ${#} > 0 )) || {
echo 'DISCLAIMER: USE THIS SCRIPT AT YOUR OWN RISK!'
echo 'THE AUTHOR TAKES NO RESPONSIBILITY FOR THE RESULTS OF THIS SCRIPT.'
echo "Disclaimer aside, this worked for the author, for what that's worth."
echo 'Press Control-C to quit now.'
read
}
# This will need to be executed as an Admin (maybe just use sudo).