mirror of
				https://github.com/therootcompany/sclient
				synced 2024-11-16 17:09:00 +00:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			143 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			143 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
|  | #!/bin/bash
 | ||
|  | 
 | ||
|  | go run -race sclient*.go telebit.cloud:443 localhost:3000 & | ||
|  | my_pid=$! | ||
|  | sleep 5 | ||
|  | 
 | ||
|  | netcat localhost 3000 < tests/get.bin | ||
|  | kill $my_pid |