diff --git a/README.md b/README.md index 96f7306..64b104f 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,5 @@ It may be difficult to memorize this link. You may choose to add the [https://sp The ebuilds are liensed under the GPLv2-only license due to Gentoo's licensing. I choose to respect that, despite preferring GPLv3! + ## List of all ebuilds diff --git a/push.sh b/push.sh index d7f7a2d..4037ace 100755 --- a/push.sh +++ b/push.sh @@ -2,8 +2,8 @@ git add * #https://gist.github.com/praveen-palanisamy/31795f2680bc3ade04dd8d78d8651ee9 -tree -I md5 -f --noreport --charset ascii | grep -vE "profiles|metadata|md5|Manifest|README|xml|repo_name|conf|directories|push|tree|[.]" > .tree-orig -tree -I md5 -f --noreport --charset ascii | grep -vE "profiles|metadata|md5|Manifest|README|xml|repo_name|conf|directories|push|tree|[.]" | sed -e 's/| \+/ /g' -e 's/[|`]-\+/ */g' -e 's:\(* \)\(\(.*/\)\([^/]\+\)\):\1[\4](\2):g' > .tree +tree -I md5 -f --noreport --charset ascii | grep -vE "profiles|metadata|md5|Manifest|README|xml|repo_name|conf|directories|push|tree" > .tree-orig +tree -I md5 -f --noreport --charset ascii | grep -vE "profiles|metadata|md5|Manifest|README|xml|repo_name|conf|directories|push|tree" | sed -e 's/| \+/ /g' -e 's/[|`]-\+/ */g' -e 's:\(* \)\(\(.*/\)\([^/]\+\)\):\1[\4](\2):g' > .tree cp -f README.tp.md README.md printf "\n## List of all ebuilds\n" >> README.md