Update weekly_stats.yaml

This commit is contained in:
Alexandre
2023-01-13 14:32:35 +01:00
committed by GitHub
parent 1d840343b2
commit 2c5dbfab8a

View File

@@ -119,7 +119,7 @@ jobs:
# Inverse file
gawk -i inplace '{for(i=NF;i>1;i--)printf "%s ",$i;printf "%s",$1;print ""}' Stats3
# Only totals
echo "$(head -n 2 Stats3)" > Stats3
head -n 2 Stats3 > tmp_file && mv tmp_file Stats3
# Transpose data
awk '
{