blob: cb383aa5463e10dd332374005e66d00485380ae4 [file] [log] [blame]
#!/bin/sh
# small wrapper-script to use convmvfs from
# /etc/fstab and via "mount -t convmvfs".
srcdir="${1}"
shift
exec /usr/bin/convmvfs "${@}" -o "srcdir=${srcdir}"