Skip to content

Instantly share code, notes, and snippets.

@lisovy
Created August 9, 2014 22:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lisovy/dc63947a187b82ca2840 to your computer and use it in GitHub Desktop.
Save lisovy/dc63947a187b82ca2840 to your computer and use it in GitHub Desktop.
#!/bin/bash
for (( i=1 ; $i-10; i=$i+1 ))
do
sleep 0.5s;
clear
echo -e ' oo\n<|>\n_|_';
sleep 0.5s;
clear
echo -e ' oo\n<|>\n_|/';
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment