mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-22 12:09:22 +00:00
3 lines
43 B
Bash
3 lines
43 B
Bash
|
#!/bin/sh
|
||
|
echo $1 | nc -w 1 127.0.0.1 5120
|