(define-module (scripts create) #:use-module ((src atom) #:prefix atom:) #:use-module ((src html) #:prefix html:) #:use-module (src as)) (define root (canonicalize-path (cadr (command-line)))) (define atom-feed (atom:render (as 'atom root))) (define html-index (html:render (as 'html root)))