mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-01-15 01:07:16 -05:00
3 lines
45 B
Plaintext
3 lines
45 B
Plaintext
|
#!/bin/bash
|
||
|
echo $1 | nc -w 1 127.0.0.1 5120
|