mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-18 05:05:12 +01:00
First push from Satoshi Portal's own cyphernode
This commit is contained in:
9
proxy_docker/app/script/tests-cb.sh
Normal file
9
proxy_docker/app/script/tests-cb.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
read line
|
||||
echo ${line} > /dev/stderr
|
||||
echo -ne "HTTP/1.1 200 OK\r\n"
|
||||
echo -e "Content-Type: application/json\r\nContent-Length: 0\r\n\r\n"
|
||||
|
||||
# Small delay needed for the data to be processed correctly by peer
|
||||
sleep 0.5s
|
||||
Reference in New Issue
Block a user