Update yearstats for 2026.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
f94a4149e0
commit
333013e7bb
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
# $1: newsgroup
|
# $1: newsgroup
|
||||||
echo "Stats for $1"
|
echo "Stats for $1"
|
||||||
cd /opt/newsstats/
|
cd /opt/newsstats/
|
||||||
for year in {2012..2022}
|
for year in {2016..2026}
|
||||||
do
|
do
|
||||||
echo -n "${year}: "
|
echo -n "${year}: "
|
||||||
bin/groupstats.pl -m $year-01:$year-12 -r sums -n $1
|
bin/groupstats.pl -m $year-01:$year-12 -r sums -n $1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue