mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 17:32:11 +03:00
25 lines
581 B
Plaintext
25 lines
581 B
Plaintext
|
/- spider
|
||
|
/+ *ph-io
|
||
|
=, strand=strand:spider
|
||
|
^- thread:spider
|
||
|
|= vase
|
||
|
=/ m (strand ,vase)
|
||
|
;< ~ bind:m start-simple
|
||
|
;< ~ bind:m init-azimuth
|
||
|
;< ~ bind:m (spawn-aqua ~zod)
|
||
|
;< ~ bind:m (spawn-aqua ~bus)
|
||
|
;< ~ bind:m (spawn-aqua ~web)
|
||
|
::
|
||
|
;< ~ bind:m (init-ship ~zod)
|
||
|
;< ~ bind:m (init-ship ~bus)
|
||
|
;< ~ bind:m (init-ship ~web)
|
||
|
::
|
||
|
;< ~ bind:m (send-hi ~zod ~web)
|
||
|
;< ~ bind:m (send-hi ~zod ~bus)
|
||
|
;< ~ bind:m (send-hi ~web ~zod)
|
||
|
;< ~ bind:m (send-hi ~bus ~zod)
|
||
|
;< ~ bind:m (send-hi ~bus ~web)
|
||
|
;< ~ bind:m (send-hi ~web ~bus)
|
||
|
::
|
||
|
(pure:m *vase)
|