mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-25 07:27:18 +01:00
4 lines
78 B
Text
4 lines
78 B
Text
|
#!/bin/bash
|
||
|
|
||
|
echo $1 | nc -w 1 127.0.0.1 4159
|
||
|
echo $1 | nc -w 1 127.0.0.1 5159
|