mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-01-27 17:43:33 +00:00
4 lines
86 B
Bash
Executable File
4 lines
86 B
Bash
Executable File
#!/bin/bash
|
|
source "env.sh"
|
|
$BISQ_HOME/bisq-cli --password=xyz --port=9998 getnetwork
|