mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-25 07:27:18 +01:00
3 lines
67 B
Text
3 lines
67 B
Text
|
#!/bin/bash
|
||
|
|
||
|
echo $1 | tee >(nc 127.0.0.1 5160) | nc 127.0.0.1 4160
|