dotfiles/.local/bin/moul
2020-12-27 13:54:06 +01:00

3 lines
108 B
Bash
Executable file

#!/bin/sh
# Mount a partition by label automatically
sudo mount -o rw,X-mount.mkdir -L "$1" "${2:-/mnt/$1}"