improve start-venv.sh (pass command line arguments)

This commit is contained in:
caryoscelus 2022-10-23 14:23:34 +00:00
parent 04fc791bb7
commit 75d25c4854

View file

@ -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