This commit is contained in:
Bel LaPointe
2024-01-09 14:13:13 -07:00
parent 05900e635e
commit 2f182393d5
2 changed files with 29 additions and 141 deletions

View File

@@ -29,7 +29,7 @@ main() (
| awk '{print $1}'
)
case "$depth" in
1|2|3 )
1|2 )
n=$((n+1))
printf "%s- [%s](%s)\n" \
"$(for i in $(seq 0 $depth); do printf " "; done)" \