mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
23 lines
724 B
Plaintext
23 lines
724 B
Plaintext
/- spider
|
|
/+ *ph-io
|
|
=, thread=thread:spider
|
|
^- imp:spider
|
|
|= =bowl:mall
|
|
=/ m (thread ,~)
|
|
;< ~ bind:m start-azimuth
|
|
;< ~ bind:m (spawn ~bud)
|
|
;< ~ bind:m (spawn ~marbud)
|
|
;< ~ bind:m (spawn ~linnup-torsyx)
|
|
;< ~ bind:m (spawn ~dev)
|
|
;< ~ bind:m (real-ship ~bud)
|
|
;< ~ bind:m (real-ship ~marbud)
|
|
;< ~ bind:m (real-ship ~linnup-torsyx)
|
|
;< ~ bind:m (real-ship ~linnup-torsyx-linnup-torsyx)
|
|
;< ~ bind:m (send-hi ~bud ~linnup-torsyx-linnup-torsyx)
|
|
;< ~ bind:m (send-hi ~linnup-torsyx-linnup-torsyx ~marbud)
|
|
;< ~ bind:m (real-ship ~dev)
|
|
;< ~ bind:m (send-hi ~linnup-torsyx-linnup-torsyx ~dev)
|
|
;< ~ bind:m (send-hi ~dev ~linnup-torsyx-linnup-torsyx)
|
|
;< ~ bind:m end-azimuth
|
|
(pure:m ~)
|