diff --git a/nando-stats b/nando-stats index 2b2b258..6310079 100755 --- a/nando-stats +++ b/nando-stats @@ -25,5 +25,7 @@ cache=$( filesize $cache ) total=$( filesize $total ) echo -n "$used+$cache/$total U:" ps a --format user| grep -v -e root -e USER | sort -u | wc -l | tr -c -d [:digit:] +printf " R/H:%s/%s" $( df --output=pcent / | tail -n +2 ) $( df --output=pcent /home | tail -n +2 ) + # exit okay true