source: src/quota_get.sh @ 6

Revision 6, 132 bytes checked in by anarcat, 7 years ago (diff)

[project @ alternc: changeset 2003-03-27 00:42:15 by benjamin]
ajout des scripts shells d'AlternC

Original author: benjamin
Date: 2003-03-27 00:42:19

Line 
1#!/bin/sh
2. /etc/alternc/local.sh
3quota -v -g $1 |grep $DATA_PART|awk {'print $2'}
4quota -v -g $1 |grep $DATA_PART|awk {'print $3'}
Note: See TracBrowser for help on using the repository browser.