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 ab86520 commit dad465b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions functions/build_lists.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ EOF
done
}

# 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
# list formats to be used by the 'build' function.
# Input:
Expand Down Expand Up @@ -108,7 +102,7 @@ build_wildcard_domains() {
# Entry point

for file in config/* data/*; do
format_file "$file"
bash functions/tools.sh format "$file"
done

build_adblock
Expand Down

0 comments on commit dad465b

Please sign in to comment.