mirror of
https://github.com/urbit/shrub.git
synced 2024-12-12 10:29:01 +03:00
a539d986a7
In favor of [type] syntax. Turns a bunch of ++ into +$ along the way.
17 lines
267 B
Plaintext
17 lines
267 B
Plaintext
:: Drum: disconnect from console app
|
|
::
|
|
:::: /hoon/unlink/hood/gen
|
|
::
|
|
/? 310
|
|
::
|
|
::::
|
|
::
|
|
:- %say
|
|
|= $: [now=@da eny=@uvJ byk=beak]
|
|
[arg=$?([dap=term ~] [who=ship dap=term ~]) ~]
|
|
==
|
|
:- %drum-unlink
|
|
?~ +.arg
|
|
[p.byk dap.arg]
|
|
[who.arg dap.arg]
|