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