mirror of
https://github.com/nahuhh/basicswap-bash.git
synced 2024-12-22 19:49:21 +00:00
5 lines
164 B
Bash
Executable file
5 lines
164 B
Bash
Executable file
#!/bin/bash
|
|
export SWAP_DATADIR=$HOME/coinswaps
|
|
python3 -m venv "$SWAP_DATADIR/venv"
|
|
. $SWAP_DATADIR/venv/bin/activate && python -V
|
|
$HOME/.local/bin/bsx/startup.sh
|