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