This commit is contained in:
Miloslav Ciz 2024-01-12 04:25:07 +01:00
parent 0156564564
commit 3faa368f53
6 changed files with 26 additions and 19 deletions

View file

@ -5,7 +5,7 @@ echo "making stats"
FILE_NAME="wiki_stats.md"
printf "# LRS Wiki Stats\n\nThis is an auto-generated article holding stats about this wiki.\n\n" > $FILE_NAME
printf "# LRS Wiki Stats\n\nThis is an autogenerated article holding stats about this wiki.\n\n" > $FILE_NAME
printf -- "- number of articles: " >> $FILE_NAME
ls *.md | wc -l >> $FILE_NAME