mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-11 17:05:41 +01:00
4 lines
72 B
Bash
4 lines
72 B
Bash
#!/bin/sh
|
|
|
|
exec nc -vlkp${PYCOIN_LISTENING_PORT} -e ./requesthandler.sh
|