summarylogtreecommitdiffstats
path: root/mount.exfat
blob: 9f79811730cf137a73ac30ebc6664db418282690 (plain)
1
2
3
4
5
6
#!/bin/sh
if (cat /proc/filesystems|grep exfat>/dev/null) ; then
        mount -i -t exfat "$@"
else
        mount.exfat-fuse "$@"
fi