#!/bin/sh

pt="/mnt/memstick";
if [ $# -gt 0 ] ; then
	pt="$1";
fi;

umount $pt;