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
|
||||
a__tree() {
|
||||
rwx_tree() {
|
||||
tree \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
#= ta
|
||||
a__tree_all() {
|
||||
tree \
|
||||
rwx_tree_all() {
|
||||
rwx_tree \
|
||||
-a \
|
||||
"${@}"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue