Last active
December 23, 2015 12:59
-
-
Save andxyz/6639532 to your computer and use it in GitHub Desktop.
~/bin/chrome-insecure for osx
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 | |
# | |
# see https://github.com/gruntjs/grunt-contrib-watch/pull/197 | |
# some info about redirecting the output http://www.xaprb.com/blog/2006/06/06/what-does-devnull-21-mean/ | |
# | |
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --allow-running-insecure-content --ignore-certificate-errors > /dev/null 2>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment