Merge "Modernize ATC list format"

This commit is contained in:
Jenkins 2014-02-24 17:46:09 +00:00 committed by Gerrit Code Review
commit 7e63b56768
1 changed files with 5 additions and 2 deletions

View File

@ -25,8 +25,11 @@ elections and Summit invitations.
./email-stats.sh
DATE=`date --iso`
mkdir $DATE
cat out/*.csv | sort | uniq > $DATE/all.csv
mv out/* $DATE/
for f in out/*.csv ; do
fromdos $f
iconv -f ISO-8859-1 -t UTF-8 -o $DATE/`basename $f` $f
done
cat $DATE/*.csv | sort | uniq > $DATE/all.csv
6) You can use diff.py to get the new ATCs since the previous run: