mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-17 11:51:32 +03:00
14 lines
330 B
Plaintext
14 lines
330 B
Plaintext
/- spider
|
|
/+ ph-io
|
|
=, thread=thread:spider
|
|
^- imp:spider
|
|
|= =bowl:mall
|
|
=/ m (thread ,~)
|
|
;< ~ bind:m start-simple:ph-io
|
|
;< ~ bind:m (raw-ship:ph-io ~bud ~)
|
|
;< ~ bind:m (raw-ship:ph-io ~dev ~)
|
|
;< ~ bind:m (raw-ship:ph-io ~dev ~)
|
|
;< ~ bind:m (send-hi:ph-io ~bud ~dev)
|
|
;< ~ bind:m end-simple:ph-io
|
|
(pure:m ~)
|