mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 22:55:03 +03:00
14 lines
299 B
Plaintext
14 lines
299 B
Plaintext
/- spider
|
|
/+ *ph-io
|
|
=, strand=strand:spider
|
|
^- thread:spider
|
|
|= vase
|
|
=/ m (strand ,vase)
|
|
;< ~ bind:m start-simple
|
|
;< ~ bind:m (raw-ship ~bud ~)
|
|
;< ~ bind:m (raw-ship ~dev ~)
|
|
;< ~ bind:m (raw-ship ~dev ~)
|
|
;< ~ bind:m (send-hi ~bud ~dev)
|
|
;< ~ bind:m end-simple
|
|
(pure:m *vase)
|