Last active
November 11, 2015 20:39
-
-
Save mbrevda/e17e7e05b68a0bb06793 to your computer and use it in GitHub Desktop.
Fresh disposable chomre instance
This file contains 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
alias newc='tmp=`date +%Y%m%d%H%M%S`; open -na "Google Chrome" --args --user-data-dir=/tmp/$tmp --no-first-run --disable-extensions --safe-plugins --disable-default-apps --disable-save-password-bubble --disable-session-storage --disable-sync --disable-zero-browsers-open-for-tests' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment