Created
July 13, 2017 15:22
-
-
Save mertsalik/2aa7ca8cfd22ae92f21e4e9b84619107 to your computer and use it in GitHub Desktop.
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
# US East speedtest.newark.linode.com 100MB-newark.bin | |
# US South speedtest.atlanta.linode.com 100MB-atlanta.bin | |
# US Central speedtest.dallas.linode.com 100MB-dallas.bin | |
# US West speedtest.fremont.linode.com 100MB-fremont.bin | |
# Frankfurt speedtest.frankfurt.linode.com 100MB-frankfurt.bin | |
# London speedtest.london.linode.com 100MB-london.bin | |
# Singapore speedtest.singapore.linode.com 100MB-singapore.bin | |
# Tokyo 2, Japan speedtest.tokyo2.linode.com 100MB-tokyo2.bin | |
echo "US EAST" | |
wget http://speedtest.newark.linode.com/100MB-newark.bin | |
rm 100MB-newark.bin | |
echo "US EAST" | |
wget http://speedtest.newark.linode.com/100MB-newark.bin | |
rm 100MB-newark.bin | |
echo "US Central" | |
wget http://speedtest.dallas.linode.com/100MB-dallas.bin | |
rm 100MB-dallas.bin | |
echo "US West" | |
wget http://speedtest.fremont.linode.com/100MB-fremont.bin | |
rm 100MB-fremont.bin | |
echo "Frankfurt" | |
wget http://speedtest.frankfurt.linode.com/100MB-frankfurt.bin | |
rm 100MB-frankfurt.bin | |
echo "London" | |
wget http://speedtest.london.linode.com/100MB-london.bin | |
rm 100MB-london.bin | |
echo "Singapore" | |
wget http://speedtest.singapore.linode.com/100MB-singapore.bin | |
rm 100MB-singapore.bin | |
echo "Tokyo 2, Japan" | |
wget http://speedtest.tokyo2.linode.com/100MB-tokyo2.bin | |
rm 100MB-tokyo2.bin | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment