Skip to content

Instantly share code, notes, and snippets.

@cfebs
Created March 30, 2018 12:30
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 cfebs/abbb6819d70ba0cad6ea7c25bc754226 to your computer and use it in GitHub Desktop.
Save cfebs/abbb6819d70ba0cad6ea7c25bc754226 to your computer and use it in GitHub Desktop.
delay=0.1
while true
do
clear
printf '%s\n' \
"ROFL:ROFL:LOL:" \
" _^___" \
" L __/ [] \\" \
" O ===__ \\" \
" L \\________]" \
" I I" \
" --------/"
sleep $delay
clear
printf '%s\n' \
" :LOL:ROFL:ROFL" \
" _^___" \
" __/ [] \\" \
" LOL===__ \\" \
" \\________]" \
" I I" \
" --------/"
sleep $delay
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment