path=$(dirname $0)
oldpwd=$(pwd)
cd ${path}
path=$(pwd)

if [ $# = 2 ]
then
	${path}/eriseutil --size $1 $2 
else
	echo "Usage:eriseusersize username size"
fi

cd ${oldpwd}
