Ascii art cowsay
https://en.wikipedia.org/wiki/Cowsay
.cow files for cowsay exist which are able to produce different variants of “cows”,
variant: cowthink
verschillende opties
bijvb.
cowsay -g - “whatever”
cowsay -f tux “whatever”
combo’s :
cowsay -g - $(figlet -f digital “whatever”)
lukt niet echt , omdat cowsay /n niet afhandelt , maar zelf uitlijnt
valt misschien te conigureren , er ziin opties voor font css etc
ward@lapwm:~$ cowsay -g - $(figlet "whatever")
_________________________________________
/ - _ _ __ _| |__ __ _| |_ _____ _____ _ \
| __ \ \ /\ / / '_ \ / _` | __/ _ \ \ / / |
| _ \ '__| \ V V /| | | | (_| | || __/\ V |
| / __/ | \_/\_/ |_| |_|\__,_|\__\___| |
\ \_/ \___|_| /
-----------------------------------------
\ ^__^
\ ($$)\_______
(__)\ )\/\
||----w |
|| ||
ward@lapwm:~$ figlet "whatever"
_ _
__ _| |__ __ _| |_ _____ _____ _ __
\ \ /\ / / '_ \ / _` | __/ _ \ \ / / _ \ '__|
\ V V /| | | | (_| | || __/\ V / __/ |
\_/\_/ |_| |_|\__,_|\__\___| \_/ \___|_|