shrub/pkg/arvo/ted/ph/migrate/init.hoon
2021-06-18 15:54:17 +10:00

24 lines
545 B
Plaintext

/- spider
/+ *ph-io
=, strand=strand:spider
^- thread:spider
|= vase
=/ m (strand ,vase)
;< ~ bind:m start-azimuth
;< ~ bind:m (spawn ~zod)
;< ~ bind:m (spawn ~bus)
;< ~ bind:m (spawn ~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)