fish/functions/fcowlol.fish @ c6afac579697

More
author Steve Losh <steve@stevelosh.com>
date Thu, 20 Dec 2018 17:11:06 -0500
parents 1da770d23a21
children (none)
function fcowlol -d "Show a fun twitch banner" --wraps "figlet"
    figlet -f ogre -w9999 $argv | cowsay -W 9999 -n -p | lolcat
end