scheme-libraries/retropikzel/http-server/test.scm

3 lines
138 B
Scheme

(define document-root (string-append (get-environment-variable "PWD") "/retropikzel/http-server/www"))
(http-server document-root "3005")