make_commands_list script

This commit is contained in:
ThomasV 2015-02-18 20:05:51 +01:00
parent e389745491
commit b05df324bf
1 changed files with 1 additions and 0 deletions

1
contrib/make_commands_list Executable file
View File

@ -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 }'