electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit b05df324bf50d4bc002d19cd673426e06ade45e0
parent e389745491054dfce18e3233b36a3713ea8bd546
Author: ThomasV <thomasv@gitorious>
Date:   Wed, 18 Feb 2015 20:05:51 +0100

make_commands_list script

Diffstat:
Acontrib/make_commands_list | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/contrib/make_commands_list b/contrib/make_commands_list @@ -0,0 +1 @@ +cat lib/commands.py|grep register_command|sed "s/register_command(\(.*\))/\1/" |sed "s/'//g"| awk -F, '{print "|-\n|" $1 "|| " $7 "|| " $8 "|| " $4 "|| " $5 "|| " $6 }'