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