lede/package/lean/ntfs3-mount/files/mount.ntfs
2022-01-06 16:28:05 +08:00

3 lines
48 B
Bash
Executable File

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