mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-17 12:45:22 +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
|