From eccdbc0e0c3071ee4c8a40e81db221b325f9533d Mon Sep 17 00:00:00 2001 From: mirai Date: Wed, 6 Sep 2023 02:26:25 +0300 Subject: [PATCH] Delete run_client.sh Deleted old shell script --- run_client.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 run_client.sh diff --git a/run_client.sh b/run_client.sh deleted file mode 100755 index a368498..0000000 --- a/run_client.sh +++ /dev/null @@ -1,12 +0,0 @@ -#! /bin/bash - -if [ -d venv ]; then - source venv/bin/activate; - python client/client.py -else: - python3.10 -m venv venv - source venv/bin/activate - pip install -r requirements.txt - python client.py -fi -