mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 10:22:18 +01:00
4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
echo $1 | nc -w 1 127.0.0.1 4159
|
||
|
echo $1 | nc -w 1 127.0.0.1 5159
|