mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-29 09:51:41 +08:00
3 lines
48 B
Bash
Executable File
3 lines
48 B
Bash
Executable File
#!/bin/sh
|
|
mount -t ntfs3 -o iocharset=utf8 "$@"
|