Skip to content

Commit

Permalink
improve start-venv.sh (pass command line arguments)
Browse files Browse the repository at this point in the history
  • Loading branch information
caryoscelus committed Oct 23, 2022
1 parent 04fc791 commit 75d25c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 75d25c4

Please sign in to comment.