tree
This commit is contained in:
parent
e3b5efd756
commit
756575eef9
1 changed files with 6 additions and 3 deletions
|
@ -1,12 +1,15 @@
|
||||||
|
# tree
|
||||||
|
|
||||||
|
#| tree
|
||||||
#= t
|
#= t
|
||||||
a__tree() {
|
rwx_tree() {
|
||||||
tree \
|
tree \
|
||||||
"${@}"
|
"${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
#= ta
|
#= ta
|
||||||
a__tree_all() {
|
rwx_tree_all() {
|
||||||
tree \
|
rwx_tree \
|
||||||
-a \
|
-a \
|
||||||
"${@}"
|
"${@}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue