Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Mar 31, 2024
1 parent a829dfd commit e4925dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions functions/check_dead.sh
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
3 changes: 1 addition & 2 deletions functions/check_parked.sh
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit e4925dd

Please sign in to comment.