diff --git a/push.sh b/push.sh index 47daf95..ff5b10e 100755 --- a/push.sh +++ b/push.sh @@ -7,13 +7,9 @@ tree -I md5 -f --noreport --charset ascii | grep -vE "profiles|metadata|md5|Mani cp -f README.tp.md 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 -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 git commit -m "Update overlay" && git push && printf "Successfully pushed\n"