updated remaining list terms

This commit is contained in:
Viet Huynh
2023-09-17 16:52:03 +07:00
parent 245cc2e8cf
commit 0828fd3352
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ urls=(
)
# download all files in parallel and append them to whitelist.csv
node download_files.js allowlist.txt ${urls[@]}
# download all files in parallel and append them to allowlist.txt
node download_lists.js allowlist.txt ${urls[@]}
# print a message when done
echo "Done. The allowlist.txt file contains merged data from recommended whitelists."