updated unsupported card list
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
grep '^name=' ../../bin/Res/sets/primitives/mtg.txt ../../bin/Res/sets/primitives/borderline.txt|sed s/name=// | sed s/.*txt:// |sort -iu > supported_cards.txt
|
||||
|
||||
# create a summary of the TODO card sets
|
||||
grep '^name=' ../../bin/Res/sets/mtg_todo.dat |sed s/name=// | sed s/.*txt:// |sort -iu > todo_cards.txt
|
||||
grep '^name=' ../../bin/Res/sets/primitives/unsupported.txt |sed s/name=// > todo_cards.txt
|
||||
|
||||
perl createHTMLList_SupportedCards.pl -i supported_cards.txt
|
||||
perl createHTMLList_SupportedCards.pl -i todo_cards.txt -t todo
|
||||
|
||||
Reference in New Issue
Block a user