Update overlay

This commit is contained in:
speedie 2022-11-11 16:22:49 +01:00
parent 6a0536a0ca
commit eb93c3bccc

View file

@ -7,13 +7,9 @@ tree -I md5 -f --noreport --charset ascii | grep -vE "profiles|metadata|md5|Mani
cp -f README.tp.md README.md cp -f README.tp.md README.md
printf "\n## List of all ebuilds\n" >> README.md printf "\n## List of all ebuilds\n" >> README.md
cat .tree-orig >> README.md cat .tree >> README.md
markdown README.md > README.html markdown README.md > README.html
cp -f README.tp.md README.md
printf "\n## List of all ebuilds\n" >> README.md
cat .tree >> README.md
rm -f .tree .tree-orig rm -f .tree .tree-orig
git commit -m "Update overlay" && git push && printf "Successfully pushed\n" git commit -m "Update overlay" && git push && printf "Successfully pushed\n"