rwx/sh/alias/mount.sh

9 lines
57 B
Bash
Raw Normal View History

2025-07-27 17:36:52 +02:00
# mount
#| mount
2025-07-06 19:17:22 +02:00
#= m
2025-07-27 17:36:52 +02:00
rwx_mount() {
mount \
"${@}"
}