#!/bin/sh
. /etc/alternc/local.sh
quota -v -g $1 |grep $DATA_PART|awk {'print $2'}
quota -v -g $1 |grep $DATA_PART|awk {'print $3'}
