1
0
Fork 0
bugafriend/scripts/say

12 lines
237 B
Plaintext
Raw Normal View History

2024-01-31 04:30:34 +00:00
#!/home/vv/.guix-profile/bin/guile --no-auto-compile
-*- scheme -*-
!#
(use-modules
(goblins)
(goblins ocapn ids)
(bugafriend ui))
(with-vat (spawn-vat #:name "Speaker UI")
(say (string->ocapn-id (list-ref (command-line) 1))))