add batch.scm for use when querying externally

This commit is contained in:
Christoffer Müller Madsen 2017-04-06 00:16:08 +02:00
parent 4c0ad819d7
commit 989e8747e4

3
batch.scm Normal file
View File

@ -0,0 +1,3 @@
(load "parse.scm")
(load "html.scm")
(define cookbook (read (open-input-file "cookbook.cos")))