simple/quotacheck/quotagraph_bused

10 lines
201 B
Plaintext
Raw Normal View History

2001-07-16 09:46:17 +02:00
#!/bin/sh
if [ $# -ne 2 ]
then
echo "Usage: $0 user fs" >&2
exit 1
fi
./quotagraph --user=$1 --fs=$2 --data=bused \
`ls /usr/local/dfstat/quota.stat.* | tail -12`
mv quotastat.gif $1.gif