mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
2 lines
43 B
Bash
Executable file
2 lines
43 B
Bash
Executable file
#!/bin/sh
|
|
echo $1 | nc -w 1 127.0.0.1 5120
|