Skip to content

Instantly share code, notes, and snippets.

@deanbot
Created January 27, 2017 21:48
Show Gist options
  • Save deanbot/ffc0d6a843b27dc154038113238ccd1c to your computer and use it in GitHub Desktop.
Save deanbot/ffc0d6a843b27dc154038113238ccd1c to your computer and use it in GitHub Desktop.
#!/bin/sh
saywhat=$@
echo -n $'\E[0m'
echo $''
echo $''
echo $' /\\__/\\'
echo $' /` \'\\'
echo $' === 0 0 ==='
echo $' \ -- /'
echo $' / \\'
echo $' / \\'
echo $' | |'
echo $' \\ || || /'
echo $' \\_oo__oo_/#######o'
echo $''
echo " $saywhat"
echo $''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment