mirror of
https://github.com/nahuhh/basicswap-bash.git
synced 2024-11-17 00:07:43 +00:00
5 lines
128 B
Text
5 lines
128 B
Text
|
#!/bin/bash
|
||
|
export SWAP_DATADIR=$HOME/coinswaps
|
||
|
. $SWAP_DATADIR/venv/bin/activate && python -V
|
||
|
/usr/local/bin/bsx/disabletor.sh
|