diff --git a/scripts/t b/scripts/t index ca0cfa1..9ebc428 100755 --- a/scripts/t +++ b/scripts/t @@ -4,7 +4,7 @@ # max directories depth level=$(echo "$@" | sed -nE 's/.*-L ?([0-9]).*/\1/p') -# indentatiof of leaf directory +# indentation of leaf directory begin=$(printf "%$((level - 2))s" | sed 's/ /│   /g') # indentation of leaf files line=$(printf "%$((level - 1))s" | sed 's/ /│   /g')