mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-17 04:35:14 +01:00
7 lines
112 B
Bash
7 lines
112 B
Bash
#!/bin/sh
|
|
|
|
export TRACING
|
|
export PYCOIN_LISTENING_PORT
|
|
|
|
nc -vlkp${PYCOIN_LISTENING_PORT} -e ./requesthandler.sh
|