10 lines
202 B
Scheme
10 lines
202 B
Scheme
#!@GUILE@ --no-auto-compile
|
|
-*- scheme -*-
|
|
!#
|
|
|
|
(use-modules
|
|
(gib-gab-gob ui catbird)
|
|
(gib-gab-gob game))
|
|
(apply make-joiner (cons ^ggg-controller (cdr (command-line))))
|
|
|
|
(while #t #f) ;; indefinitely
|