diff options
author | TBK <tbk@jjtc.eu> | 2019-05-31 13:51:44 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-10 15:18:25 +0000 |
commit | 74ad2c4aa80cdd3882c308411ddbd132de03d292 (patch) | |
tree | ac9d0002a843fb61bd965e85fd688485ad6fb7a8 /testing/sdfat/mount.exfat | |
parent | 8bc47171a0ad2579776504332fb29a3e7e54a515 (diff) | |
download | aports-74ad2c4aa80cdd3882c308411ddbd132de03d292.tar.bz2 aports-74ad2c4aa80cdd3882c308411ddbd132de03d292.tar.xz |
testing/sdfat: new aport
Closes GH-6608
Diffstat (limited to 'testing/sdfat/mount.exfat')
-rw-r--r-- | testing/sdfat/mount.exfat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/sdfat/mount.exfat b/testing/sdfat/mount.exfat new file mode 100644 index 0000000000..93501a4c23 --- /dev/null +++ b/testing/sdfat/mount.exfat @@ -0,0 +1,3 @@ +#!/bin/sh + +mount -t sdfat "$@" |