diff options
author | nil <nil@tfwhyno.gf> | 2024-10-02 17:48:56 +0200 |
---|---|---|
committer | nil <nil@tfwhyno.gf> | 2024-10-02 17:48:56 +0200 |
commit | 0972fa6eab8c9111311f082ba8abfdc6b4a40945 (patch) | |
tree | 4eedbdc1a7cfdeee9d651c9871a9f26ab6da56d4 /rust/scripts/populate.sh | |
parent | 012c2c03b29a987ca4eead023ded22e01aa7477b (diff) |
commit changes
Diffstat (limited to 'rust/scripts/populate.sh')
-rw-r--r-- | rust/scripts/populate.sh | 13 |
1 files changed, 0 insertions, 13 deletions
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 |