Files
op-packages/automount/files/mount.ntfs
T

3 lines
48 B
Bash

#!/bin/sh
mount -t ntfs3 -o iocharset=utf8 "$@"