mirror of
https://github.com/urbit/shrub.git
synced 2024-12-02 08:55:07 +03:00
15 lines
427 B
Plaintext
15 lines
427 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 ~marbud ~)
|
|
;< file=@t bind:m (touch-file ~bud %home %foo)
|
|
;< ~ bind:m (dojo ~bud "|merge %kids our %home")
|
|
;< ~ bind:m (check-file-touched ~marbud %home file)
|
|
;< ~ bind:m end-simple
|
|
(pure:m *vase)
|