about summary refs log tree commit diff stats
path: root/wikme.scm
blob: a8b4755d84128c2debbcfe8386879700d6a9cf7c (plain)
1
2
3
4
5
6
7
8
9
(import wikme
        (scheme)
        (chicken process-context))

(define (main args)
  (build-wiki "./test/"
              destination: "./out/"))

(main (command-line-arguments))