mirror of
https://github.com/JoinMarket-Org/joinmarket-clientserver.git
synced 2026-08-13 12:33:40 +02:00
6 lines
152 B
Bash
Executable file
6 lines
152 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# shellcheck source=/dev/null
|
|
cd "$(dirname "$0")/.." && \
|
|
source jmvenv/bin/activate && \
|
|
cd scripts && \
|
|
python3 joinmarket-qt.py
|