From e4925ddd9fa45d40ef00e7242388d5f21730ca37 Mon Sep 17 00:00:00 2001 From: Jarell <91372088+jarelllama@users.noreply.github.com> Date: Sun, 31 Mar 2024 23:48:17 +0800 Subject: [PATCH] Update --- functions/check_dead.sh | 3 +-- functions/check_parked.sh | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/functions/check_dead.sh b/functions/check_dead.sh index 72be3adac..9a06f3062 100644 --- a/functions/check_dead.sh +++ b/functions/check_dead.sh @@ -1,6 +1,5 @@ #!/bin/bash -# This script checks for dead/resurrected domains and -# removes/adds them accordingly. +# This script checks for dead/resurrected domains and removes/adds them accordingly. readonly RAW='data/raw.txt' readonly RAW_LIGHT='data/raw_light.txt' diff --git a/functions/check_parked.sh b/functions/check_parked.sh index c60cca996..ad0c105d8 100644 --- a/functions/check_parked.sh +++ b/functions/check_parked.sh @@ -1,6 +1,5 @@ #!/bin/bash -# This script checks for parked/unparked domains and -# removes/adds them accordingly. +# This script checks for parked/unparked domains and removes/adds them accordingly. readonly RAW='data/raw.txt' readonly RAW_LIGHT='data/raw_light.txt'