Welcome to the CHICKEN Scheme pasting service
awful ls added by mario-goulart on Thu Aug 11 02:28:33 2011
$ cat ls.scm (use awful regex html-tags) (define-page (regexp ".*") (lambda (path) (<pre> (call-with-input-pipe (sprintf "ls ~a" path) read-all)))) $ awful ls.scm $ firefox http://localhost:8080/home