mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-19 01:35:30 +08:00
3 lines
48 B
Bash
Executable File
3 lines
48 B
Bash
Executable File
#!/bin/sh
|
|
mount -t ntfs3 -o iocharset=utf8 "$@"
|