Skip to content

Instantly share code, notes, and snippets.

@gilesbowkett
Created January 11, 2018 17:23
Embed
What would you like to do?
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