diff --git a/src/traffic_status b/src/traffic_status new file mode 100755 index 0000000..e2096d1 --- /dev/null +++ b/src/traffic_status @@ -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." \ No newline at end of file