From d34b2247a0c58df6212a5a079a09a76a2c5a544b Mon Sep 17 00:00:00 2001 From: Jarell <91372088+jarelllama@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:24:47 +0800 Subject: [PATCH] Update check_dead.sh --- functions/check_dead.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/check_dead.sh b/functions/check_dead.sh index 9a06f3062..ef6f919ef 100644 --- a/functions/check_dead.sh +++ b/functions/check_dead.sh @@ -1,5 +1,6 @@ #!/bin/bash -# This script checks for dead/resurrected domains and removes/adds them accordingly. + +# Checks for dead/resurrected domains and removes/adds them accordingly. readonly RAW='data/raw.txt' readonly RAW_LIGHT='data/raw_light.txt'