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