added processing for todo list as well
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
# cards in Wagic for use in the Miki.
|
||||
# http://wololo.net/.
|
||||
####################################################
|
||||
grep '^name=' ../../bin/Res/sets/primitives/mtg.txt ../../bin/Res/sets/primitives/borderline.txt|sed s/name=// | sed s/.*txt:// |sort -iu > supportedCards.txt
|
||||
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
|
||||
grep '^name=' ../../bin/Res/sets/mtg_todo.dat |sed s/name=// | sed s/.*txt:// |sort -iu > todo_cards.txt
|
||||
|
||||
perl createHTMLList_SupportedCards.pl < supportedCards.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