Update
This commit is contained in:
parent
0156564564
commit
3faa368f53
6 changed files with 26 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue