updated unsupported card list

This commit is contained in:
techdragon.nguyen@gmail.com
2012-01-02 06:06:48 +00:00
parent 07a08faa89
commit 616bbdb1b6
3 changed files with 3454 additions and 3 deletions

View File

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