X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=scratchy.git;a=blobdiff_plain;f=burrow.scm;h=557dfa0c26dcbec6be158bdee096b63101a035c4;hp=31cb2edb09cbe2fa91529f235fa35d34984b7bfc;hb=f68970c9cb719874828687a187e9766e6c0f814e;hpb=2c37c7eb2d1116c358712faab1bb760bde5bcf72 diff --git a/burrow.scm b/burrow.scm index 31cb2ed..557dfa0 100644 --- a/burrow.scm +++ b/burrow.scm @@ -204,9 +204,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)