source:
src/quota_get.sh
@
19
| Revision 19, 164 bytes checked in by anarcat, 7 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | . /etc/alternc/local.sh |
| 3 | repquota -gv $DATA_PART |grep "^#$1[[:space:]]"|awk {'print $3'} |
| 4 | repquota -gv $DATA_PART |grep "^#$1[[:space:]]"|awk {'print $4'} |
Note: See TracBrowser
for help on using the repository browser.
