mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
13447e3198
Closes #4941
8 lines
107 B
Bash
Executable File
8 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e -o pipefail
|
|
|
|
|
|
echo "Shutting down Browserstack tunnel"
|
|
echo "TODO: implement me"
|
|
exit 1 |