From eb93c3bccca18e5ada57e2fe235bb8a024899382 Mon Sep 17 00:00:00 2001 From: speedie Date: Fri, 11 Nov 2022 16:22:49 +0100 Subject: [PATCH] Update overlay --- push.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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"