From 316afd62edd21bb8bf04bd25a3b1bd5c5ef16f6c Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Thu, 23 Oct 2025 16:56:21 -0600 Subject: [PATCH] initial commit via gitinitshit --- download_and_normalise_BUT_COOLER.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/download_and_normalise_BUT_COOLER.sh b/download_and_normalise_BUT_COOLER.sh index 70c6be5..87915e8 100644 --- a/download_and_normalise_BUT_COOLER.sh +++ b/download_and_normalise_BUT_COOLER.sh @@ -2,6 +2,9 @@ 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 # 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 @@ -16,11 +19,8 @@ download_file="lists/${timestamp}_sorted_download_single_sha1" # again no txt be [[ $update_interval -lt 1 ]] && update_interval=1 last_update=0 processed_lines=0 -softlink_name=hibp_list +softlink_name=./hibp_list # backup_file=bak/test_sorted_single_sha1.tmp.txt.7z # donut need dis oc unless bein stoopd wit da backup ig -# lougs -info_log=info_log.log -error_log=error_log.log # ig measure how long each fluttercum takes for fun idk time_it () {