sh/shell/alias/mount.sh
2024-11-15 16:27:41 +01:00

10 lines
143 B
Bash

alias m="\
mount \
"
# remount read-only medium in read-write
alias remount="\
mount \
-o \"remount,rw\" \
\"/usr/lib/live/mount/medium\" \
"