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