mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-18 13:14:56 +01:00
7 lines
118 B
Bash
7 lines
118 B
Bash
#!/bin/sh
|
|
|
|
export TRACING
|
|
export OTSCLIENT_LISTENING_PORT
|
|
|
|
nc -vlkp${OTSCLIENT_LISTENING_PORT} -e ./requesthandler.sh
|