Files
angular-docs-cn/scripts/browserstack/teardown_tunnel.sh
T

8 lines
160 B
Bash
Raw Normal View History

2015-10-27 16:09:09 +01:00
#!/bin/bash
set -u -e -o pipefail
2015-10-27 16:09:09 +01:00
echo "Shutting down Browserstack tunnel"
echo "TODO: implement me, see start_tunnel.js for info on how to stop the tunnel"