Skip to content

Instantly share code, notes, and snippets.

@andxyz
Last active December 23, 2015 12:59
Show Gist options
  • Save andxyz/6639532 to your computer and use it in GitHub Desktop.
Save andxyz/6639532 to your computer and use it in GitHub Desktop.
~/bin/chrome-insecure for osx
#!/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