Skip to content

Instantly share code, notes, and snippets.

@phyous
Last active December 25, 2015 02:39
Show Gist options
  • Save phyous/6904540 to your computer and use it in GitHub Desktop.
Save phyous/6904540 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"
sleep .1
done
sleep 2
echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment