9 lines
47 B
Bash
9 lines
47 B
Bash
|
alias t="\
|
||
|
tree \
|
||
|
"
|
||
|
|
||
|
alias ta="\
|
||
|
tree \
|
||
|
-a \
|
||
|
"
|