8 lines
151 B
Scheme
8 lines
151 B
Scheme
#!@GUILE@ --no-auto-compile
|
|
-*- scheme -*-
|
|
!#
|
|
|
|
(use-modules (gib-gab-gob rps))
|
|
(apply make-client (cdr (command-line)))
|
|
|
|
(while #t #f) ;; indefinitely
|