Update overlay

This commit is contained in:
speedie 2022-11-22 20:50:06 +01:00
parent d73d129fd3
commit 80242e4300

View file

@ -1,5 +1,4 @@
#!/bin/sh
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|LICENSE" | tail -n+2 > .tree-orig
@ -12,4 +11,5 @@ cat .tree >> README.md
markdown README.md > README.html
rm -f .tree .tree-orig
git add *
git commit -m "Update overlay" && git push && printf "Successfully pushed\n"