Merge "Modernize ATC list format"
This commit is contained in:
commit
7e63b56768
@ -25,8 +25,11 @@ elections and Summit invitations.
|
|||||||
./email-stats.sh
|
./email-stats.sh
|
||||||
DATE=`date --iso`
|
DATE=`date --iso`
|
||||||
mkdir $DATE
|
mkdir $DATE
|
||||||
cat out/*.csv | sort | uniq > $DATE/all.csv
|
for f in out/*.csv ; do
|
||||||
mv out/* $DATE/
|
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:
|
6) You can use diff.py to get the new ATCs since the previous run:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user