rwx/sh/fs/mount.sh
2025-07-27 17:37:08 +02:00

8 lines
57 B
Bash

# mount
#| mount
#= m
rwx_mount() {
mount \
"${@}"
}