installation and readme instructions

This commit is contained in:
Rodrigo Nascimento 2021-04-10 00:44:11 -03:00
parent 550e8ce144
commit 2e48e24b70
3 changed files with 4 additions and 2 deletions

View file

@ -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