mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
17 lines
275 B
Plaintext
17 lines
275 B
Plaintext
/+ *custody, *csv
|
|
|= [=key=path =loc=path]
|
|
%. ~
|
|
%- print-rows
|
|
%+ select
|
|
!, *hoon
|
|
:* (need ship.left)
|
|
physical-form.left
|
|
==
|
|
%^ join
|
|
(load:keys key-path)
|
|
(load:locations loc-path)
|
|
!, *hoon
|
|
?& !=(~ ship.left)
|
|
=(location.left location.right)
|
|
==
|