lede/package/lean/ntfs3-oot-mount/files/mount.ntfs3
2021-12-31 00:45:36 +08:00

3 lines
42 B
Bash
Executable File

#!/bin/sh
mount -t ntfs3 -o nls=utf8 "$@"