This commit is contained in:
Marc Beninca 2025-07-27 16:54:32 +02:00
parent e3b5efd756
commit 756575eef9
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,12 +1,15 @@
# tree
#| tree
#= t
a__tree() {
rwx_tree() {
tree \
"${@}"
}
#= ta
a__tree_all() {
tree \
rwx_tree_all() {
rwx_tree \
-a \
"${@}"
}