Skip to content

Instantly share code, notes, and snippets.

@tnajdek
Created March 17, 2013 15:06
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 tnajdek/5181948 to your computer and use it in GitHub Desktop.
Save tnajdek/5181948 to your computer and use it in GitHub Desktop.
On Linux runs another clean (without any user-specific data, cookies etc.) instance of the chrome browser alongside existing session. Useful for debugging etc.
#!/bin/bash
/usr/bin/google-chrome --user-data-dir=/tmp --no-default-browser-check -no-first-run $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment