mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-16 19:22:22 +03:00
19 lines
517 B
Plaintext
19 lines
517 B
Plaintext
/- spider
|
|
/+ *ph-io
|
|
=, thread=thread:spider
|
|
^- imp:spider
|
|
|= [=bowl:spider vase]
|
|
=/ m (thread ,vase)
|
|
;< ~ bind:m start-azimuth
|
|
;< ~ bind:m (spawn ~bud)
|
|
;< ~ bind:m (spawn ~dev)
|
|
;< ~ bind:m (real-ship ~bud)
|
|
;< ~ bind:m (real-ship ~dev)
|
|
;< ~ bind:m (send-hi ~bud ~dev)
|
|
;< ~ bind:m (breach-and-hear ~dev ~bud)
|
|
;< ~ bind:m (send-hi-not-responding ~bud ~dev)
|
|
;< ~ bind:m (real-ship ~dev)
|
|
;< ~ bind:m (wait-for-output ~bud "hi ~dev successful")
|
|
;< ~ bind:m end-azimuth
|
|
(pure:m vase)
|