Update
This commit is contained in:
parent
0ea738f524
commit
181057e0e3
6 changed files with 95 additions and 18 deletions
|
@ -21,6 +21,10 @@ printf "\nlatest changes:\n\n\`\`\`\n" >> $FILE_NAME
|
|||
git log --name-only | head -n 50 | grep "Date:\|.*\.md" >> $FILE_NAME
|
||||
printf "\`\`\`\n" >> $FILE_NAME
|
||||
|
||||
printf "\nmost wanted pages:\n\n\`\`\`\n" >> $FILE_NAME
|
||||
./most_wanted.sh >> $FILE_NAME
|
||||
printf "\`\`\`\n" >> $FILE_NAME
|
||||
|
||||
printf "\n" >> $FILE_NAME
|
||||
|
||||
# TODO: most wanted links? i.e. most frequent links without article
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue