mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-11-17 08:17:57 +00:00
2 lines
43 B
Bash
Executable file
2 lines
43 B
Bash
Executable file
#!/bin/sh
|
|
echo $1 | nc -w 1 127.0.0.1 5120
|