From 01887ec6d8c61234a2107b24d67e956489820525 Mon Sep 17 00:00:00 2001 From: NavyStack <137406386+Navystack@users.noreply.github.com> Date: Thu, 8 Feb 2024 06:08:42 +0000 Subject: [PATCH] . --- README.md | 9 +++++++++ types.js | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f605f4d..d1e2969e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,15 @@ This script simplifies the organization of publicly available IP addresses gathe 1. Customize the filesToProcess array with the names of the files you want to process. 2. Save your IP address lists in text files (.txt). 3. Execute the script to recursively search for the specified files in the current directory and its subdirectories. + +```bash +"build-m": "tsc && node main.js -m ipv4.txt ipv6.txt" +``` + +```bash +"build-c": "tsc && node main.js -c ipv4.txt ipv6.txt" +``` + 4. The merged IP address lists will be saved in new files with the designated `\_mini` or `\_comma` suffix. ## Amazon diff --git a/types.js b/types.js index cb0ff5c3..336ce12b 100644 --- a/types.js +++ b/types.js @@ -1 +1 @@ -export {}; +export {}