Created
February 28, 2017 12:01
-
-
Save chrisglass/d5aa38a68ce9fef110bc4df405f0b8cd to your computer and use it in GitHub Desktop.
Butt git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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