lede/package/lean/ntfs3-mount/files/mount.ntfs3
2022-01-04 16:43:47 +08:00

3 lines
42 B
Bash
Executable File

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