Last active
September 22, 2019 21:45
-
-
Save tomazy/74686be26ab32731ebd6c60ff20bf6cb to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary \ | |
--allow-insecure-localhost \ | |
--user-data-dir=/tmp/canary-session \ | |
--disable-extensions \ | |
"$*" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment