urbit/pkg/arvo/gen/keys.hoon
2020-05-20 04:51:37 -04:00

12 lines
268 B
Plaintext

:: Print keys for a ship
::
:- %say
|= [[now=time @ our=ship ^] [her=ship ~] ~]
=/ our (scot %p our)
=/ now (scot %da now)
=/ her (scot %p her)
:* %noun
life=.^((unit @ud) %j /[our]/lyfe/[now]/[her])
rift=.^((unit @ud) %j /[our]/ryft/[now]/[her])
==