You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add an animation and change from cow to tux (or others -> try listing them all with command below): fortune | cowsay -f tux | lolcat -a -d 5
list all cowsay characters: for f in /usr/share/cowsay/cows/*; do cowsay -f "${f:23:-4}" "${f:23:-4}"; done
add an animation and change from cow to tux (or others -> try listing them all with command below):
fortune | cowsay -f tux | lolcat -a -d 5
list all cowsay characters:
for f in /usr/share/cowsay/cows/*; do cowsay -f "${f:23:-4}" "${f:23:-4}"; done