Skip to content

Instantly share code, notes, and snippets.

@cfebs
Created September 22, 2017 13:17
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/ef4d5e6301bb367e71e226230107cc46 to your computer and use it in GitHub Desktop.
Save cfebs/ef4d5e6301bb367e71e226230107cc46 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