count the number of missing cards without status property

master
melvinzhang 2016-07-03 18:15:26 +08:00
parent 05d3bc402b
commit 7cb2c9b091
1 changed files with 1 additions and 0 deletions

View File

@ -879,6 +879,7 @@ normalize_scripts.diff:
sorted_status.txt:
grep status= -r release/Magarena/scripts_missing/ -h | sort | uniq > $@
echo "unknown" `grep -L status= -r release/Magarena/scripts_missing | wc -l` >> $@
# export GITHUB_TOKEN=`cat token`
create-draft-release: