Browse Source

remove deprecated script

283
ThomasV 9 years ago
parent
commit
36383d28c9
  1. 1
      contrib/make_commands_list

1
contrib/make_commands_list

@ -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 }'
Loading…
Cancel
Save