mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-01 17:47:23 +01:00
4 lines
88 B
Bash
4 lines
88 B
Bash
|
#!/bin/sh
|
||
|
echo $1 | nc -w 1 bisq-seednode-1 5120
|
||
|
echo $1 | nc -w 1 bisq-seednode-2 5121
|