mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 17:32:11 +03:00
17 lines
340 B
Plaintext
17 lines
340 B
Plaintext
:: Sends a command to the BTC store app
|
|
::
|
|
:: Commands:
|
|
::
|
|
:: > :btc-node-store|command [%switch-wallet 'local']
|
|
::
|
|
/- *btc-node-store
|
|
::
|
|
:- %say
|
|
|= $: [now=@da eny=@uvJ =beak]
|
|
[[comm=btc-node-store-command ~] ~]
|
|
==
|
|
:- %btc-node-store-command
|
|
?+ -.comm ~|([%unsupported-command -.comm] !!)
|
|
%switch-wallet comm
|
|
==
|