From 41cf0627e2cd2e0879074206a31e69c8adf26a0f Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Thu, 23 Oct 2025 16:57:50 -0600 Subject: [PATCH] initial commit via gitinitshit --- download_and_normalise_BUT_COOLER.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/download_and_normalise_BUT_COOLER.sh b/download_and_normalise_BUT_COOLER.sh index 87915e8..c0b2269 100644 --- a/download_and_normalise_BUT_COOLER.sh +++ b/download_and_normalise_BUT_COOLER.sh @@ -3,14 +3,14 @@ set -e # dont waste my asstime if errros bitch # da timestiampppy liek 20251020 timestamp=$(date +%Y%m%d) # lougs -info_log=./info_log.log -error_log=./error_log.log +info_log="./info_log.log" +error_log="./error_log.log" # fiels ## this is both the downloaded fiel and da file to sort ## da fuckin genetal wards dotnet app auto appends .txt to the file name jesus fuck download_file="lists/${timestamp}_sorted_download_single_sha1" # again no txt because the dotnet app is a form of sexually transmitted infectoion # count total lines for progress tracking - echo "countin total lines..." | tee -a "$info_log" + echo "countin total lines..." | tee -a $info_log total_lines=$(wc -l < "$download_file.txt") echo "total lines to process: $total_lines" | tee -a "$info_log"