Created
May 14, 2014 22:12
-
-
Save powerswitch/f3d7c8f4c975d05597ed to your computer and use it in GitHub Desktop.
This file contains 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
# bash double face palm | |
while (true) | |
do | |
echo -en "\r_o_"; sleep 0.5 | |
echo -en "\r\o/"; sleep 0.2 | |
echo -en "\r|o|"; sleep 0.2 | |
echo -en "\r A "; sleep 0.5 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment