rwx/sh/alias/mount.sh
2024-11-19 09:17:14 +01:00

5 lines
60 B
Bash

m() { sa__mount "${@}"; }
sa__mount() {
mount \
"${@}"
}