mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 00:13:12 +03:00
19 lines
504 B
Plaintext
19 lines
504 B
Plaintext
/- spider
|
|
/+ *ph-io
|
|
=, strand=strand:spider
|
|
^- thread:spider
|
|
|= vase
|
|
=/ m (strand ,vase)
|
|
;< ~ bind:m start-azimuth
|
|
;< ~ bind:m (spawn ~bud)
|
|
;< ~ bind:m (spawn ~dev)
|
|
;< ~ bind:m (init-ship ~bud |)
|
|
;< ~ bind:m (init-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 (init-ship ~dev |)
|
|
;< ~ bind:m (wait-for-output ~bud "hi ~dev successful")
|
|
;< ~ bind:m end
|
|
(pure:m *vase)
|