mirror of
https://github.com/urbit/shrub.git
synced 2024-12-18 15:55:00 +03:00
14 lines
331 B
Plaintext
14 lines
331 B
Plaintext
|
/- spider
|
||
|
/+ *ph-io
|
||
|
=, strand=strand:spider
|
||
|
^- thread:spider
|
||
|
|= vase
|
||
|
=/ m (strand ,vase)
|
||
|
;< ~ bind:m start-simple
|
||
|
;< ~ bind:m (init-ship ~bud &)
|
||
|
;< ~ bind:m (init-ship ~dev &)
|
||
|
;< ~ bind:m (dojo ~bud "-keen /cx/~dev/kids/1/desk/bill")
|
||
|
;< ~ bind:m (wait-for-output ~bud "[ ~")
|
||
|
;< ~ bind:m end
|
||
|
(pure:m *vase)
|