Skip to content

Instantly share code, notes, and snippets.

View lukehefson's full-sized avatar
🤙
Surfin', Workin'

Luke Hefson lukehefson

🤙
Surfin', Workin'
View GitHub Profile

Give Me Happiness lyrics

Painted:art: into a corner:triangular_ruler: Trying to make a pretty:bouquet: room:house: Fashion a tomb:skull: that’s made to order You throw:running: yourself on your sword:hocho: to soon:soon:

C’mon,:exclamation: c’mon:clap: Don’t you know that we’re still young:boy::girl: C’mon,:exclamation: c’mon:clap:

@lukehefson
lukehefson / uninstall-GHfM.sh
Created November 27, 2013 13:48
Completely uninstall GitHub for Mac
#!/bin/bash
function remove_dir () {
rm -rf "$1_"
if [ -d "$1" ]
then
mv "$1" "$1_"
fi
}