$ cat ls.scm (use awful regex html-tags) (define-page (regexp ".*") (lambda (path) (
(call-with-input-pipe (sprintf "ls ~a" path) read-all)))) $ awful ls.scm $ firefox http://localhost:8080/home