source:
src/quota_get.sh
@
6
| Revision 6, 132 bytes checked in by anarcat, 7 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | . /etc/alternc/local.sh |
| 3 | quota -v -g $1 |grep $DATA_PART|awk {'print $2'} |
| 4 | quota -v -g $1 |grep $DATA_PART|awk {'print $3'} |
Note: See TracBrowser
for help on using the repository browser.
