This commit is contained in:
Marc Beninca 2024-11-19 09:17:14 +01:00
parent bbcbcf28a2
commit 46704e9e37
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
29 changed files with 265 additions and 265 deletions

View file

@ -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 \
"${@}"