mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 13:54:20 +03:00
4a4e220e11
Add a new generator +sponsor that encapsulates the logic of invoking `(sein:title our now our)` to get the sponsor of the current ship.
6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
:: Print the sponsor of this ship
|
|
:- %say
|
|
|= [[now=time @ our=ship ^] * ~]
|
|
:- %ship
|
|
(sein:title our now our)
|