added rule to score cards by appearance in daily deck column

master
melvin 2012-05-22 13:08:09 +08:00
parent bf7efa6fe6
commit 253fb3a902
1 changed files with 3 additions and 0 deletions

View File

@ -322,3 +322,6 @@ github/push:
unique_property:
grep "=" release/Magarena/scripts/*.txt| cut -d'=' -f1 | sort | uniq -c | sort -n
cards/scored_by_dd.tsv:
./scripts/score_card.awk `ls -1 decks/dd* | sort -n -t_ -k2` | sort -rg > $@