mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 09:51:36 +03:00
22 lines
762 B
Plaintext
22 lines
762 B
Plaintext
/- spider
|
|
/+ *ph-io
|
|
=, thread=thread:spider
|
|
^- imp:spider
|
|
|= [=bowl:spider vase]
|
|
=/ m (thread ,vase)
|
|
;< ~ bind:m start-azimuth
|
|
;< ~ bind:m (spawn ~bud)
|
|
;< ~ bind:m (spawn ~marbud)
|
|
;< ~ bind:m (real-ship ~bud)
|
|
;< ~ bind:m (real-ship ~marbud)
|
|
;< file=@t bind:m (touch-file ~bud %base)
|
|
;< ~ bind:m (check-file-touched ~marbud %home file)
|
|
;< ~ bind:m (breach-and-hear ~bud ~marbud)
|
|
;< ~ bind:m (real-ship ~bud)
|
|
;< ~ bind:m (dojo ~bud "|merge %base ~marbud %kids, =gem %this")
|
|
;< file=@t bind:m (touch-file ~bud %base)
|
|
;< file=@t bind:m (touch-file ~bud %base)
|
|
;< ~ bind:m (check-file-touched ~marbud %home file)
|
|
;< ~ bind:m end-azimuth
|
|
(pure:m *vase)
|