Stanislav Ievlev e59c4cfbe9 - rename urls
- added spec
2006-10-02 13:00:53 +04:00

15 lines
290 B
Plaintext

(use-modules (alterator transport server-socket)
(alterator transport pipe-channel)
(alterator transport std-channel))
(telegraph
; (pipe-in "/usr/bin/qtbrowser")
(server-socket)
; (std-in)
(lookout)
(ensign))
(with-atlas (load-atlas "simple.smap")
(go))