mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
readme
This commit is contained in:
parent
40c1b19235
commit
f3eae67d97
3 changed files with 44 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue