Skip to content

Instantly share code, notes, and snippets.

@robatron
Created January 17, 2014 21:33
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 robatron/8482030 to your computer and use it in GitHub Desktop.
Save robatron/8482030 to your computer and use it in GitHub Desktop.
Clippy error message
if [ "$SEARCH_RESULT" != "" ]; then
echo " _ "
echo " / \ ___________________________________________ "
echo " | | / \ "
echo " @ @ | It looks like you are trying to | "
echo " || |/ | destroy the original repository! | "
echo " || || <--| Please create a fork, and try again. | "
echo " |\_/| | (And read the README while you're at it.) | "
echo " \___/ \___________________________________________/ "
exit 1
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment