mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-13 11:45:45 +03:00
4025898428
Run using find . -type f | xargs sed -i '\s\+$' And not even glanced at. It's fine. Don't worry about it.
24 lines
446 B
Plaintext
24 lines
446 B
Plaintext
!:
|
|
:: /=main=/bin/env/hoon
|
|
::
|
|
=> .(- [who=`@p`-< how=`path`->])
|
|
|= [est=time eny=@uw]
|
|
|= arg=(list)
|
|
^- bowl
|
|
:_ ~
|
|
=+ ^= voy ^- (list tape)
|
|
:~ "who: {<who>}"
|
|
"how: {<how>}"
|
|
"est: {<est>}"
|
|
"eny: {<eny>}"
|
|
==
|
|
::
|
|
=+ ^= gar
|
|
=+ nix=1
|
|
|- ^- (list tape)
|
|
?~ arg ~
|
|
:_ $(arg t.arg, nix +(nix))
|
|
"arg: {(pave !>(nix))}: {(pave !>(i.arg))}"
|
|
::
|
|
(turn (weld voy gar) |=(a=tape [%la %leaf a]))
|