fish/functions/fcowlol.fish @ 9062792cfda3

More
author Steve Losh <steve@stevelosh.com>
date Tue, 01 Mar 2016 12:31:04 +0000
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