mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
3 lines
45 B
Bash
Executable File
3 lines
45 B
Bash
Executable File
#!/bin/bash
|
|
echo $1 | nc -w 1 127.0.0.1 5120
|