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