installation and readme instructions
This commit is contained in:
parent
550e8ce144
commit
2e48e24b70
3 changed files with 4 additions and 2 deletions
|
@ -21,7 +21,7 @@ main() {
|
|||
total_download_kbps=$(echo "scale=2; $total_download_bps / 1024" | bc)
|
||||
total_upload_kbps=$(echo "scale=2; $total_upload_bps / 1024" | bc)
|
||||
|
||||
echo "↑ $total_upload_kbps kB/s • ↓ $total_download_kbps kB/s"
|
||||
echo "↓ $total_download_kbps kB/s • ↑ $total_upload_kbps kB/s"
|
||||
done
|
||||
}
|
||||
main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue