This commit is contained in:
Marc Beninca 2024-11-16 13:55:07 +01:00
parent e43429a683
commit c7d3d72e62
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,8 +1,10 @@
t() { t() {
tree tree \
"${@}"
} }
ta() { ta() {
tree \ tree \
-a -a \
"${@}"
} }