mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 08:32:39 +03:00
13 lines
334 B
Plaintext
13 lines
334 B
Plaintext
|
/- spider
|
||
|
/+ ph-io
|
||
|
=, thread=thread:spider
|
||
|
^- imp:spider
|
||
|
|= =bowl:mall
|
||
|
=/ m (thread ,~)
|
||
|
;< ~ bind:m start-simple:ph-io
|
||
|
;< ~ bind:m (raw-ship:ph-io ~bud ~)
|
||
|
;< ~ bind:m (dojo:ph-io ~bud "[%test-result (add 2 3)]")
|
||
|
;< ~ bind:m (wait-for-output:ph-io ~bud "[%test-result 5]")
|
||
|
;< ~ bind:m end-simple:ph-io
|
||
|
(pure:m ~)
|