mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
91f8049819
requires vere without crypto:ames
29 lines
722 B
Plaintext
29 lines
722 B
Plaintext
|%
|
|
++ command
|
|
$: source/source
|
|
sink/sink
|
|
==
|
|
++ source
|
|
$% {$data data/@}
|
|
{$dojo command/@t}
|
|
{$clay pax/@t}
|
|
{$url url/purl:eyre}
|
|
{$api api/term command/@t}
|
|
{$get-api api/term endpoint/(list @t)}
|
|
{$as mar/mark next/source} :: can't be at the
|
|
{$hoon code/@t next/source} :: end since they
|
|
{$tuple next/(list source)} :: don't bunt well
|
|
{$listen-api api/term event/term}
|
|
==
|
|
++ sink
|
|
$% {$stdout $~}
|
|
{$output-file pax/@t}
|
|
{$output-clay pax/path}
|
|
{$url url/purl:eyre}
|
|
{$to-api api/term command/@t}
|
|
{$send-api api/term endpoint/(list @t)}
|
|
{$command command/@t}
|
|
{$app app/term}
|
|
==
|
|
--
|