Update weekly_stats.yaml

This commit is contained in:
Alexandre
2023-01-22 20:55:20 +01:00
committed by GitHub
parent 0f7b3f92e6
commit a341c63fc0

View File

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