Browse Source
mastere536eb1Add wrapper shell script for JoinMarketQt (Kristaps Kaupe)3876c1cChange shebang to python3 and +x for scripts (Kristaps Kaupe)
12 changed files with 16 additions and 13 deletions
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash |
||||
cd $(dirname "$0")/.. && \ |
||||
source jmvenv/bin/activate && \ |
||||
cd scripts && \ |
||||
python3 joinmarket-qt.py |
||||
Loading…
Reference in new issue