Protip: BrowserStack local tunnel
You can now use the BrowserStack local tunnel from the command line. Just download the jar file from here.
Once done, copy it in your home folder and add this to your .profile :
function tunnel(){ java -jar ~/.browserstack/BrowserStackTunnel.jar <KEY> localhost,$1,0; }
You can now use the tunnel like so fromt he command line:
#: tunnel 3501















