Skip to content

Instantly share code, notes, and snippets.

@gilesbowkett
Created January 11, 2018 17:23
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 gilesbowkett/8e22fc6391b4808afa48c8fab188a5de to your computer and use it in GitHub Desktop.
Save gilesbowkett/8e22fc6391b4808afa48c8fab188a5de to your computer and use it in GitHub Desktop.
function unicode_nonsense {
if [ $? -eq 0 ]
then echo "\[\033[0;32m\]ᕕ(ᐛ)ᕗ"
else echo "\[\033[0;31m\]¯\_(ツ)_/¯"
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment