Files
chia-blockchain/scripts/run_introducer.sh
T

9 lines
122 B
Bash
Executable File

. .venv/bin/activate
. scripts/common.sh
# Starts an introducer
_run_bg_cmd python -m src.server.start_introducer
wait