#!/bin/sh DEVICE=${1} MOUNT_POINT=${2} dvdfs -o device=${DEVICE} ${MOUNT_POINT} exit $?