Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 1, 2024
1 parent 44a0717 commit d0be8f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion functions/check_dead.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ check_alive() {
# Input:
# $1: file to process
# Output:
# dead.tmp (if dead domains found)
# dead.tmp
# exit status 0 (if dead domains found)
# exit status 1 (if dead domains not found)
find_dead() {
sed 's/^/||/; s/$/^/' "$1" > formatted_domains.tmp
Expand Down
3 changes: 2 additions & 1 deletion functions/check_parked.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ add_unparked_domains() {
# Input:
# $1: file to process
# Output:
# parked_domains.tmp (if parked domains found)
# parked_domains.tmp
# exit status 0 (if parked domains found)
# exit status 1 (if parked domains not found)
retrieve_parked() {
# Truncate temporary files between runs
Expand Down

0 comments on commit d0be8f8

Please sign in to comment.