mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
12 lines
268 B
Plaintext
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])
|
|
==
|