mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +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)
|