download last 200 decks instead of last 100 decks

master
melvin 2013-07-19 09:53:15 +08:00
parent d651c56b05
commit 80b73729ba
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ decks/mtgtop8_%.dec:
decks/update:
$(eval LAST := $(shell curl http://mtgtop8.com/search | grep "d=[0-9]\+" -o | sort | tail -1 | sed 's/d=//'))
-seq `expr ${LAST} - 100` ${LAST} | parallel make decks/mtgtop8_{}.dec
-seq `expr ${LAST} - 200` ${LAST} | parallel make decks/mtgtop8_{}.dec
find decks -size 0 -delete
ref/rules.txt: