add traffic_status

This commit is contained in:
Peter Packult 2011-09-23 21:51:26 +02:00
parent cf7c274589
commit e5993eb511

10
src/traffic_status Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh
source $(dirname $0)/traffic_common.sh
echo -e \
"Consumed: $(($TPer + $TEph)) B
($TPer B accounted to disk)
Limit: $TMax B
Please donate $(($(($TPer + TEph)) / $BytesPerCent)) cent."