improve start-venv.sh (pass command line arguments)
This commit is contained in:
parent
04fc791bb7
commit
75d25c4854
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ if [ ! -f venv/bin/activate ] ; then
|
|||
fi
|
||||
source venv/bin/activate
|
||||
python3 -m pip install -r requirements.txt
|
||||
python3 zeronet.py
|
||||
python3 zeronet.py $1 $2 $3 $4 $5 $6 $7 $8 $9
|
||||
|
|
Loading…
Reference in a new issue