mirror of
https://github.com/boldsuck/haveno.git
synced 2025-01-26 01:15:52 +00:00
2 lines
45 B
Bash
Executable file
2 lines
45 B
Bash
Executable file
#!/bin/bash
|
|
echo $1 | nc -w 1 127.0.0.1 5120
|