dotfiles/.bin/mount-exfat
2025-01-01 10:04:08 +01:00

4 lines
111 B
Bash
Executable File

#!/bin/sh -x
_dev=${1:-sd2}
doas mount.exfat-fuse -o nodev,nosuid,noatime,uid=1000,gid=1000 /dev/${_dev}i /mnt