dotfiles/.bin/mount-exfat
2025-01-05 09:22:42 +01:00

4 lines
111 B
Bash
Executable File

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