mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-15 02:34:19 +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
|