mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 02:11:38 +03:00
13 lines
315 B
Plaintext
13 lines
315 B
Plaintext
/- spider
|
|
/+ *ph-io
|
|
=, thread=thread:spider
|
|
^- imp:spider
|
|
|= =bowl:mall
|
|
=/ m (thread ,~)
|
|
;< ~ bind:m start-simple
|
|
;< ~ bind:m (raw-ship ~bud ~)
|
|
;< file=@t bind:m (touch-file ~bud %home)
|
|
;< ~ bind:m (check-file-touched ~bud %home file)
|
|
;< ~ bind:m end-simple
|
|
(pure:m ~)
|