New stats

This commit is contained in:
Pieter Vander Vennet 2021-07-03 22:25:52 +02:00
parent b6d9a3127c
commit 0575571020
69 changed files with 1774 additions and 2 deletions

View file

@ -18,5 +18,5 @@ do
done
sed "/^$/d" tmp.csv | sed "s/^ //" | sed "s/ / /g" | sort > stats-latest.csv
cat stats2020.csv stats-latest.csv > stats.csv
cat stats2020.csv stats2021Q1.csv stats-latest.csv > stats.csv
rm tmp.csv stats-latest.csv