From 75d25c48540317dafb47d07e4cc1bfb87e0db39d Mon Sep 17 00:00:00 2001 From: caryoscelus Date: Sun, 23 Oct 2022 14:23:34 +0000 Subject: [PATCH] improve start-venv.sh (pass command line arguments) --- start-venv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-venv.sh b/start-venv.sh index be8b58885..33ac32169 100755 --- a/start-venv.sh +++ b/start-venv.sh @@ -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