rwx/sh/alias/mount.sh
2025-07-06 19:17:22 +02:00

5 lines
38 B
Bash

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