fish/functions/fcowlol.fish @ 99e032674ddd

Indent common lisp correctly
author Steve Losh <steve@stevelosh.com>
date Sun, 21 Feb 2016 16:37:29 +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