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