mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-11-10 21:23:46 +01:00
3 lines
43 B
Bash
Executable File
3 lines
43 B
Bash
Executable File
#!/bin/sh
|
|
echo $1 | nc -w 1 127.0.0.1 5120
|