fish/functions/fcowlol.fish @ 15bd14518a98

More
author Steve Losh <steve@stevelosh.com>
date Sun, 08 Oct 2017 15:31:00 -0400
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