shrub/pkg/arvo/gen/keys.hoon
2020-05-19 16:53:55 -04:00

12 lines
269 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 ship)
:* %noun
life=.^((unit @ud) %j /[our]/lyfe/[now]/[her])
rift=.^((unit @ud) %j /[our]/ryft/[now]/[her])
==