X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=scratchy.git;a=blobdiff_plain;f=burrower.scm;h=fe3149f2e1066c71a9d0da5aab15bc7fe7aa7fc0;hp=f9604a7ec6baa3c6a0c1dc67d83c1bd65a0440ed;hb=725da421a58d5aa94cdef820b9fb6bf4fbddaf31;hpb=5f40dae3f5566a9d4068b32d0615367c66b49b07 diff --git a/burrower.scm b/burrower.scm index f9604a7..fe3149f 100644 --- a/burrower.scm +++ b/burrower.scm @@ -329,9 +329,9 @@ (config-port-set! config (string->number (caddr args)))) (run-server config))))))) -;; (main) +(main) -(define (test) - (run-server (make-config "gopher-root" "localhost" 70 #t))) +;; (define (test) +;; (run-server (make-config "gopher-root" "localhost" 70 #t))) -(test) +;; (test)