1
1
spogulis no https://github.com/therootcompany/sclient synced 2025-07-03 17:56:33 +00:00
sclient/tests/localhost.sh
2018-08-08 00:16:52 -06:00

9 rindas
143 B
Bash
Izpildāmais fails

#!/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