URI: 
       tremove deprecated script - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 36383d28c933beb78de338772dd465a9445eb41c
   DIR parent da79f02fc3e1d837680415229901a659b7b58e4a
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Sat, 17 Oct 2015 12:12:59 +0200
       
       remove deprecated script
       
       Diffstat:
         D contrib/make_commands_list          |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/contrib/make_commands_list b/contrib/make_commands_list
       t@@ -1 +0,0 @@
       -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 }'