#!/bin/sh

if [ -eq x"$@" x"-o rw none /store" ]; then
	/usr/local/bin/usmb -c /etc/circle/usmb.conf userstore
else:
	echo "It only works with following fstab line:"
	echo "none /store circle-userstore rw 0 0"
fi
