This commit is contained in:
Marc Beninca 2025-07-27 17:36:52 +02:00
parent 85712eab5b
commit 8d02c940e1
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,5 +1,8 @@
# mount
#| mount
#= m #= m
a__mount() { rwx_mount() {
mount \ mount \
"${@}" "${@}"
} }