mirror of
https://github.com/nahuhh/basicswap-bash.git
synced 2025-01-03 17:39:56 +00:00
4 lines
112 B
Bash
Executable file
4 lines
112 B
Bash
Executable file
#!/bin/bash
|
|
export SWAP_DATADIR=$HOME/coinswaps
|
|
. $SWAP_DATADIR/venv/bin/activate && python -V
|
|
./dep/addcoin.sh
|