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 4faf86e commit 6e28c4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions functions/build_lists.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@ EOF
done
}

# Function 'format_file' is a shell wrapper to standardize the format of a file.
# Function 'format_file' calls a shell wrapper to standardize the format of a file.
# $1: file to format
format_file() {
bash functions/tools.sh format "$1"
}

# The 'build_<format>'' functions are to specify the syntax of the various
# lists for the 'build' function.
# list formats to be used by the 'build' function.
# Input:
# $syntax: name of list syntax
# $directory: directory to create list in
# $comment: character used for comments (blank defaults to '#')
# $comment: character used for comments (defaults is '#')
# $before: characters to append before each domain
# $after: characters to append after each domain

Expand Down
2 changes: 1 addition & 1 deletion functions/check_dead.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ log_event() {
'{print time "," type "," $0 "," source}' >> "$DOMAIN_LOG"
}

# Function 'format_file' is a shell wrapper to standardize the format of a file.
# Function 'format_file' calls a shell wrapper to standardize the format of a file.
# $1: file to format
format_file() {
bash functions/tools.sh format "$1"
Expand Down

0 comments on commit 6e28c4d

Please sign in to comment.