mirror of
https://github.com/AskDavis/cyphernode.git
synced 2025-12-31 20:25:57 -08: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
|