Speedtest Alias
Just a quick alias I can throw in your ~/.bashrc
to do some bandwidth testing.
alias speedtest="while /bin/true; do wget https://www.perturb.org/content/100mb.bin --output-document=/dev/null; done;"
Just a quick alias I can throw in your ~/.bashrc
to do some bandwidth testing.
alias speedtest="while /bin/true; do wget https://www.perturb.org/content/100mb.bin --output-document=/dev/null; done;"