fish/functions/fcowlol.fish @ 1da770d23a21

More shit
author Steve Losh <steve@stevelosh.com>
date Sun, 20 Sep 2015 14:50:41 +0000
parents (none)
children (none)
function fcowlol -d "Show a fun twitch banner" --wraps "figlet"
    figlet -f ogre -w9999 $argv | cowsay -W 9999 -n -p | lolcat
end