Created
June 17, 2016 23:35
-
-
Save ethankhall/c4baf0a6d8998b74c91a623a2a8955e2 to your computer and use it in GitHub Desktop.
Flip ascii
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
echo | |
echo -en "( º_º) ┬─┬ \r" | |
sleep .5 | |
echo -en " ( º_º) ┬─┬ \r" | |
sleep .5 | |
echo -en " ( ºДº)┬─┬ \r" | |
sleep .5 | |
echo -en " (╯'Д')╯︵⊏ \r" | |
sleep .5 | |
echo -en " (╯'□')╯︵ ⊏ \r" | |
sleep .5 | |
echo " (╯°□°)╯︵ ┻━┻" | |
sleep .5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment