1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-27 11:25:26 +02:00
openwrt-packages/utils/antfs-mount/files/mount.ntfs
DENG Qingfang 047fd15b54 antfs-mount: mount script for antfs
block-mount needs "mount.ntfs" script to mount NTFS drives

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-03-15 13:26:57 +08:00

3 lines
30 B
Bash

#!/bin/sh
mount -t antfs "$@"