Speed Test Linux CLI
Friday, June 8, 2012
Quick way to get a decent speed test on the command line.
#!/bin/bash
curl -o /dev/null http://download.thinkbroadband.com/1GB.zip
Labels:
scripts