Last active
August 29, 2015 14:07
-
-
Save alvinsj/6967159d05eff2c66a82 to your computer and use it in GitHub Desktop.
chrome-cli reload all 'localhost:3000'
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
chrome-cli list links \ | |
| grep localhost:3000 \ | |
| sed -E "s/\\[([0-9]+:)?(.*)\\](.*)/\\2/" \ | |
| xargs -L1 chrome-cli reload -t |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment