Skip to content

Instantly share code, notes, and snippets.

@ieure
Created October 7, 2013 23:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ieure/6876784 to your computer and use it in GitHub Desktop.
Save ieure/6876784 to your computer and use it in GitHub Desktop.
#! /bin/bash
IFS="
"
echo
for FRAME in \
"B :^)" \
" B :^)" \
" B :^)" \
" B :^)" \
" B :^)" \
" B :^)" \
" B :^)" \
" B :^)" \
" B :^)" \
" B :^)" \
" B :^)" \
" B :^)" \
" B:^)" \
"Deal with it B^)"; do
echo -en "$FRAME\r"
gsleep .1
done
sleep 2
echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment