mv
This commit is contained in:
parent
756575eef9
commit
537fb83f84
1 changed files with 0 additions and 0 deletions
15
sh/fs/tree.sh
Normal file
15
sh/fs/tree.sh
Normal file
|
@ -0,0 +1,15 @@
|
|||
# tree
|
||||
|
||||
#| tree
|
||||
#= t
|
||||
rwx_tree() {
|
||||
tree \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
#= ta
|
||||
rwx_tree_all() {
|
||||
rwx_tree \
|
||||
-a \
|
||||
"${@}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue