Skip to content

Instantly share code, notes, and snippets.

@3mcd
Last active August 29, 2015 14:03
Show Gist options
  • Save 3mcd/358892fe0f5f1fa9a747 to your computer and use it in GitHub Desktop.
Save 3mcd/358892fe0f5f1fa9a747 to your computer and use it in GitHub Desktop.
Breach browser linux launcher script
#! /bin/bash
BREACH_PATH=/opt/breach/breach # Path to your breach installation
SANDBOX_PATH=/opt/google/chrome/chrome-sandbox # Path to your chrome sandbox installation
export CHROME_DEVEL_SANDBOX=$SANDBOX_PATH
screen -d -m $BREACH_PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment