Skip to content

Instantly share code, notes, and snippets.

@matiskay
Created May 22, 2013 02:25
Show Gist options
  • Save matiskay/5624847 to your computer and use it in GitHub Desktop.
Save matiskay/5624847 to your computer and use it in GitHub Desktop.
#! /bin/bash
# @TODO: Add a function to download BrowserStackTunnel.jar
BROWSER_STACK_API_KEY=""
SITE_PATH=""
java -jar BrowserStackTunnel.jar -f $BROWSER_STACK_API_KEY $SITE_PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment