diff --git a/contrib/make_commands_list b/contrib/make_commands_list deleted file mode 100755 index 3c2052adc..000000000 --- a/contrib/make_commands_list +++ /dev/null @@ -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 }'