rwx/sh/alias/mount.sh
2025-07-27 17:36:52 +02:00

8 lines
57 B
Bash

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