small-packages/lean/ntfs3-mount/files/mount.ntfs
2026-05-10 09:48:30 +08:00

3 lines
48 B
Bash
Executable File

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