spegling av
https://github.com/therootcompany/sclient
synced 2025-07-05 18:56:34 +00:00
9 rader
143 B
Bash
Executable File
9 rader
143 B
Bash
Executable File
#!/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
|