#!bin/picolisp lib.l
# 07oct08abu
# (c) Software Lab. Alexander Burger

(load "ext.l" "dbg.l" "lib/http.l" "lib/scrape.l")

(scrape
   (or (opt) "localhost")
   (or (format (opt)) 8080) )

# vi:et:ts=3:sw=3
