mirror of
https://github.com/boldsuck/haveno.git
synced 2025-03-21 06:38:46 +00:00
3 lines
45 B
Text
3 lines
45 B
Text
|
#!/bin/bash
|
||
|
echo $1 | nc -w 1 127.0.0.1 5120
|