Skip to content

Instantly share code, notes, and snippets.

@powerswitch
Created May 14, 2014 22:12
Show Gist options
  • Save powerswitch/f3d7c8f4c975d05597ed to your computer and use it in GitHub Desktop.
Save powerswitch/f3d7c8f4c975d05597ed to your computer and use it in GitHub Desktop.
# 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