added scripts dir

This commit is contained in:
hellerve
2015-05-26 17:01:40 +02:00
parent ba8eef63a6
commit 547ae588af
4 changed files with 16 additions and 4 deletions

3
.scripts/zeptosay.zp Normal file
View File

@@ -0,0 +1,3 @@
(load "ascii.zp")
(cowsay (string-substitute (string-substitute (fold (lambda (x y) (++ x y)) "" args) "\n" " ") " " " "))
""