sa
This commit is contained in:
parent
bbcbcf28a2
commit
46704e9e37
29 changed files with 265 additions and 265 deletions
|
@ -1,11 +1,11 @@
|
|||
t() { sh_a__tree "${@}"; }
|
||||
sh_a__tree() {
|
||||
t() { sa__tree "${@}"; }
|
||||
sa__tree() {
|
||||
tree \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
ta() { sh_a__tree_all "${@}"; }
|
||||
sh_a__tree_all() {
|
||||
ta() { sa__tree_all "${@}"; }
|
||||
sa__tree_all() {
|
||||
tree \
|
||||
-a \
|
||||
"${@}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue