mirror of
https://github.com/urbit/shrub.git
synced 2024-12-18 15:55:00 +03:00
13 lines
308 B
Plaintext
13 lines
308 B
Plaintext
/- spider
|
|
/+ *ph-io
|
|
=, strand=strand:spider
|
|
^- thread:spider
|
|
|= args=vase
|
|
=/ m (strand ,vase)
|
|
;< ~ bind:m start-simple
|
|
;< ~ bind:m (init-ship ~bud &)
|
|
;< ~ bind:m (dojo ~bud "[%test-result (add 2 3)]")
|
|
;< ~ bind:m (wait-for-output ~bud "[%test-result 5]")
|
|
;< ~ bind:m end
|
|
(pure:m *vase)
|