mirror of
https://github.com/nahuhh/basicswap-bash.git
synced 2024-12-22 11:39:21 +00:00
4 lines
128 B
Bash
Executable file
4 lines
128 B
Bash
Executable file
#!/bin/bash
|
|
export SWAP_DATADIR=$HOME/coinswaps
|
|
. $SWAP_DATADIR/venv/bin/activate && python -V
|
|
/usr/local/bin/bsx/removecoin.sh
|