From 5891af7e8c1411029fe1ad9c6d3182f88bcf3dfd Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Sun, 26 Jan 2025 12:55:13 +0100 Subject: comment and update information --- scripts/populate.sh | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 scripts/populate.sh (limited to 'scripts/populate.sh') diff --git a/scripts/populate.sh b/scripts/populate.sh deleted file mode 100644 index 0f1ac0c..0000000 --- a/scripts/populate.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash -echo activate virtual environment? \(source ~/.venv/bin/activate\) [y/n] -read answer - -if [[ $answer == 'y' ]] then - source ~/.config/venv/bin/activate -fi - -mkdir -p lyrics_cache -cd lyrics_cache - -python3 ../scripts/populate/main.py - -cd .. -mv lyrics_cache/covers ./ -rm -rf lyrics_cache - -if [[ $answer == 'y' ]] then - deactivate -fi - -- cgit v1.2.3