This commit is contained in:
Marc Beninca 2024-11-18 15:39:27 +01:00
parent 15dfd51681
commit 491dc1fa1c
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,9 +1,11 @@
t() { t() { sh_a__tree "${@}"; }
sh_a__tree() {
tree \ tree \
"${@}" "${@}"
} }
ta() { ta() { sh_a__tree_all "${@}"; }
sh_a__tree_all() {
tree \ tree \
-a \ -a \
"${@}" "${@}"