mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
3 lines
42 B
Bash
Executable File
3 lines
42 B
Bash
Executable File
#!/bin/sh
|
|
mount -t ntfs3 -o nls=utf8 "$@"
|