This commit is contained in:
ed 2021-03-21 09:41:05 +01:00
parent 40c1b19235
commit f3eae67d97
3 changed files with 44 additions and 0 deletions

View file

@ -117,6 +117,9 @@ for d in /usr /var; do find $d -type f -size +30M 2>/dev/null; done | while IFS=
brew install python@2
pip install virtualenv
# readme toc
cat README.md | awk '!/^#/{next} {lv=length($1);sub(/[^ ]+ /,"");bab=$0;gsub(/ /,"-",bab)} {printf "%" ((lv-1)*4+1) "s [%s](#%s)\n", "*",$0,bab}'
##
## http 206