Files
dotfiles/.scripts/zeptosay.zp
2015-05-26 17:01:40 +02:00

4 lines
127 B
Plaintext

(load "ascii.zp")
(cowsay (string-substitute (string-substitute (fold (lambda (x y) (++ x y)) "" args) "\n" " ") " " " "))
""