mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-25 15:29:38 +01:00
3 lines
No EOL
67 B
Bash
Executable file
3 lines
No EOL
67 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo $1 | tee >(nc 127.0.0.1 5159) | nc 127.0.0.1 4159 |