mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
4 lines
No EOL
78 B
Bash
Executable file
4 lines
No EOL
78 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo $1 | nc -w 1 127.0.0.1 4159
|
|
echo $1 | nc -w 1 127.0.0.1 5159 |