mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 00:13:12 +03:00
17 lines
443 B
Plaintext
17 lines
443 B
Plaintext
/- spider
|
|
/+ *ph-io
|
|
=, strand=strand:spider
|
|
^- thread:spider
|
|
|= vase
|
|
=/ m (strand ,vase)
|
|
;< ~ bind:m start-simple
|
|
;< ~ bind:m (init-ship ~bud &)
|
|
;< ~ bind:m (init-ship ~marbud &)
|
|
;< ~ bind:m (init-ship ~linnup-torsyx &)
|
|
;< ~ bind:m (init-ship ~dev &)
|
|
;< ~ bind:m (init-ship ~mardev &)
|
|
;< ~ bind:m (init-ship ~mitnep-todsut &)
|
|
;< ~ bind:m (send-hi ~linnup-torsyx ~mitnep-todsut)
|
|
;< ~ bind:m end
|
|
(pure:m *vase)
|