mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
04ab7b5eb6
This makes it so during `run`, you can inject a series of Events into your Urbit. The `-I` injection was implemented in Vere, and has been ported to KH, with the extended `--inject-event-list` flag which handles a jammed list of events. Also included is a sample generator which builds a list of events.
13 lines
352 B
Plaintext
13 lines
352 B
Plaintext
:: .configuration/pill +configure-hosting
|
|
::
|
|
:: boot king haskell with `--inject-event-list /path/to/configuration.pill`
|
|
::
|
|
:- %say
|
|
|= [[now=@da @ our=@p ^] *]
|
|
:- %noun
|
|
:~ [//term/1 %belt %txt "|unlink %chat-cli"]
|
|
[//term/1 %belt %ret 0]
|
|
[//term/1 %belt %txt "|cors-approve 'https://horizon.tlon.network'"]
|
|
[//term/1 %belt %ret 0]
|
|
==
|