mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-17 00:33:29 +00:00
3 lines
48 B
Bash
Executable File
3 lines
48 B
Bash
Executable File
#!/bin/sh
|
|
mount -t ntfs3 -o iocharset=utf8 "$@"
|