From 0972fa6eab8c9111311f082ba8abfdc6b4a40945 Mon Sep 17 00:00:00 2001 From: nil Date: Wed, 2 Oct 2024 17:48:56 +0200 Subject: commit changes --- rust/scripts/populate.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 rust/scripts/populate.sh (limited to 'rust/scripts/populate.sh') diff --git a/rust/scripts/populate.sh b/rust/scripts/populate.sh deleted file mode 100644 index d8ccf8d..0000000 --- a/rust/scripts/populate.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash -echo activate virtual environment? \(source ~/.venv/bin/activate\) [y/n] -read answer - -if [[ $answer == 'y' ]] then - source ~/.venv/bin/activate -fi - -python3 scripts/populate/main.py - -if [[ $answer == 'y' ]] then - deactivate -fi -- cgit v1.2.3