remove deprecated script

This commit is contained in:
ThomasV 2015-10-17 12:12:59 +02:00
parent da79f02fc3
commit 36383d28c9
1 changed files with 0 additions and 1 deletions

View File

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