From 10d482694f08bb0528f95c86b24ed44e2ca7b0bd Mon Sep 17 00:00:00 2001 From: speedie Date: Fri, 11 Nov 2022 16:07:33 +0100 Subject: [PATCH] Update overlay --- push.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/push.sh b/push.sh index 36b08dc..e670240 100755 --- a/push.sh +++ b/push.sh @@ -1,6 +1,7 @@ #!/bin/sh git add * -tree -I md5 | grep -vE "profiles|metadata|md5|Manifest|README|xml|repo_name|conf|directories" > .tree +#tree -I md5 | grep -vE "profiles|metadata|md5|Manifest|README|xml|repo_name|conf|directories|push" > .tree +tree -I md5 | grep -vE "profiles|metadata|md5|Manifest|README|xml|repo_name|conf|directories|push" | sed -e 's/| \+/ /g' -e 's/[|`]-\+/ */g' -e 's:\(* \)\(\(.*/\)\([^/]\+\)\):\1[\4](\2):g' -e 's/^\( \* \)/├──/gm' -e 's/^\( \* \)/ └──/gm' -e 's/^\( \* \)/ └──/gm' > .tree cp -f README.tp.md README.md printf "\n## List of all ebuilds\n" >> README.md cat .tree >> README.md