mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 02:11:38 +03:00
14 lines
395 B
Plaintext
14 lines
395 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 ~marbud ~)
|
|
;< file=@t bind:m (touch-file:ph-io ~bud %base)
|
|
;< ~ bind:m (check-file-touched:ph-io ~marbud %home file)
|
|
;< ~ bind:m end-simple:ph-io
|
|
(pure:m ~)
|