urbit/pkg/arvo/gen/keys.hoon

12 lines
268 B
Plaintext
Raw Normal View History

2019-12-04 03:41:29 +03:00
:: Print keys for a ship
::
2019-12-04 02:16:34 +03:00
:- %say
2020-05-19 23:53:55 +03:00
|= [[now=time @ our=ship ^] [her=ship ~] ~]
=/ our (scot %p our)
=/ now (scot %da now)
2020-05-20 11:51:37 +03:00
=/ her (scot %p her)
2019-12-04 02:16:34 +03:00
:* %noun
2020-05-19 23:53:55 +03:00
life=.^((unit @ud) %j /[our]/lyfe/[now]/[her])
rift=.^((unit @ud) %j /[our]/ryft/[now]/[her])
2019-12-04 02:16:34 +03:00
==