bugafriend/scripts/say.in

12 lines
213 B
Plaintext
Raw Normal View History

2024-01-31 04:30:34 +00:00
#!@GUILE@ --no-auto-compile
-*- scheme -*-
!#
(use-modules
2024-01-31 05:46:08 +00:00
(goblins)
(goblins ocapn ids)
(fibers conditions)
(bugafriend ui))
2024-01-31 04:30:34 +00:00
(say (string->ocapn-id (list-ref (command-line) 1)) (list-ref (command-line) 2))