Created
March 18, 2016 05:55
-
-
Save shiwork/a36d31b9bfdb7de979d1 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
speedtest --list | grep Japan | head -n 3 | sed 's/\([^)]*\).*$/\1/' | xargs -ISERVER_ID speedtest --server SERVER_ID --simple |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment