Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 3, 2024
1 parent a2c0c4f commit 589f0f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions/opensquat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ opensquat() {
bash functions/tools.sh format "$NRD"

# Filter out previously processed domains and known dead or parked domains
comm -23 "$NRD" <(sort old_nrd.tmp "$DEAD_DOMAINS" "$PARKED_DOMAINS") > new_nrd.tmp
#comm -23 "$NRD" <(sort old_nrd.tmp "$DEAD_DOMAINS" "$PARKED_DOMAINS") > new_nrd.tmp
mv "$NRD" new_nrd.tmp # FOR DEBUGGING

# Exit if no domains to process
[[ ! -s new_nrd.tmp ]] && exit
Expand Down

0 comments on commit 589f0f3

Please sign in to comment.