add rule to generate groovy scripts with executeEvent sorted by size

master
melvinzhang 2015-12-06 17:36:55 +08:00
parent d5da9ff5bd
commit d450229bd8
1 changed files with 3 additions and 0 deletions

View File

@ -810,6 +810,9 @@ update_card_property:
sims_count:
grep "sims=[0-9]*" -r 14* -o -h | sed 's/sims=//' | sort -n | histogram.py -x 800 > $@
groovy-by-size:
ls -1Sr `grep executeEvent release/Magarena/scripts/*.groovy -l` > $@
# export GITHUB_TOKEN=`cat token`
create-draft-release:
github-release release \