Skip to content

Instantly share code, notes, and snippets.

@w00lf
Created February 19, 2014 07:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save w00lf/9087761 to your computer and use it in GitHub Desktop.
Save w00lf/9087761 to your computer and use it in GitHub Desktop.
for i in {0..100}; do printf "\r"; for(( k=0; k < $i; k++ )); do sum=`expr $i + $k`; num=`expr $sum % 2`; printf "`[ $num == 0 ] && echo '\' || echo '/'`"; done; sleep 0.3; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment