3 lines
48 B
Plaintext
3 lines
48 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
mount -t ntfs3 -o iocharset=utf8 "$@"
|