mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 22:33:06 +03:00
19 lines
443 B
Plaintext
19 lines
443 B
Plaintext
/- spider
|
|
/+ strandio
|
|
=, strand=strand:spider
|
|
^- thread:spider
|
|
|= arg=vase
|
|
=/ m (strand ,vase)
|
|
^- form:m
|
|
:: Parse arguments as ship, desk, and path
|
|
::
|
|
=+ !<([=care:clay =ship =desk =case =target=path ~] arg)
|
|
:: Read the file, possibly asyncrhonously
|
|
::
|
|
;< =bowl:spider bind:m get-bowl:strandio
|
|
;< =riot:clay bind:m
|
|
(warp:strandio ship desk ~ %sing care case target-path)
|
|
?~ riot
|
|
(pure:m !>("nothing"))
|
|
(pure:m q.r.u.riot)
|