8 lines
		
	
	
		
			160 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 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"
 |