sclient/tests/localhost.sh

9 líneas
143 B
Bash
Original Vista normal Histórico

2018-08-08 06:16:52 +00:00
#!/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