Last active
August 29, 2015 13:57
-
-
Save ckorn/9669435 to your computer and use it in GitHub Desktop.
The only real internet speedtest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| wget -O /dev/null -q "http://ftp.uni-kl.de/pub/linux/knoppix-dvd/KNOPPIX_V7.4.1DVD-2014-09-15-DE.iso" & | |
| wget -O /dev/null -q "http://ftp.knoppix.nl/os/Linux/distr/knoppix-dvd/KNOPPIX_V7.4.1DVD-2014-09-15-DE.iso" & | |
| wget -O /dev/null -q "http://vesta.informatik.rwth-aachen.de/ftp/pub/comp/Linux/knoppix/knoppix-dvd/KNOPPIX_V7.4.1DVD-2014-09-15-DE.iso" & | |
| wget -O /dev/null -q "http://ftp.uni-erlangen.de/pub/mirrors/knoppix/DVD/KNOPPIX_V7.4.1DVD-2014-09-15-DE.iso" & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment