Skip to content

Instantly share code, notes, and snippets.

@chrisglass
Created February 28, 2017 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisglass/d5aa38a68ce9fef110bc4df405f0b8cd to your computer and use it in GitHub Desktop.
Save chrisglass/d5aa38a68ce9fef110bc4df405f0b8cd to your computer and use it in GitHub Desktop.
Butt git
if [ $UID -ne 0 ] ; then
echo "Run me as root, baby"
fi
cat > $(git --exec-path)/git-ass << EOF
echo '(‿ˠ‿)'
EOF
chmod +x $(git --exec-path)/git-ass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment