mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
7 lines
160 B
Bash
Executable file
7 lines
160 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -u -e -o pipefail
|
|
|
|
|
|
echo "Shutting down Browserstack tunnel"
|
|
echo "TODO: implement me, see start_tunnel.js for info on how to stop the tunnel"
|