2015-10-27 11:09:09 -04:00
|
|
|
#!/bin/bash
|
|
|
|
|
2017-03-02 03:22:24 -05:00
|
|
|
set -u -e -o pipefail
|
2015-10-27 11:09:09 -04:00
|
|
|
|
|
|
|
|
|
|
|
echo "Shutting down Browserstack tunnel"
|
2017-03-02 03:22:24 -05:00
|
|
|
echo "TODO: implement me, see start_tunnel.js for info on how to stop the tunnel"
|