Created
September 27, 2015 14:08
-
-
Save todashuta/ec8ddd980fa537c7a74a to your computer and use it in GitHub Desktop.
speedtest-cli --list の結果を peco で絞り込んで speedtest-cli --server * する
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-cli --list | peco | grep -o '^[0-9]\+' | xargs -I @ speedtest-cli --server @ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment