Skip to content

Instantly share code, notes, and snippets.

@alvinsj
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alvinsj/6967159d05eff2c66a82 to your computer and use it in GitHub Desktop.
Save alvinsj/6967159d05eff2c66a82 to your computer and use it in GitHub Desktop.
chrome-cli reload all 'localhost:3000'
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