Skip to content

Commit 6a8b216

Browse files
committed
Test of source.csv and csv_import.sh v0.0.14
Missing dir? --------- Thanks to Jetbrains for Sponsoring My Privacy DNS with their Open Source software licenses. Their software helps us develop and maintain My Privacy DNS and other project as they made writing code easier.
1 parent 4e0d571 commit 6a8b216

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/csv_import.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ while IFS="," read -r name type url; do
4545
echo "importing $name"
4646
# mkdir -p "${git_dir}/test/data/$name"
4747

48+
mkdir -p "${git_dir}/test/data/"
49+
4850
if [ "$type" == rfc954 ]; then
4951
fetch "$url" | awk '/localhost/{next}; /^(#|$)/{ next }; { if ( $1 ~ /^[0-9]/ ) printf("%s\n",tolower($2)) | "sort -i | uniq -u -i " }' >"${git_dir}/test/data/$name.csv"
5052

scripts/import.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ echo "always be in your favour :smirk:"
307307

308308
# Geoffrey Frog eye's block list of first-party trackers
309309
# First party trackers only
310-
set -x
311310
echo "Importing Geoffrey Frog eye's block list of first-party trackers"
312311
mkdir -p "${git_dir}/data/frogeye/"{firstpart,firstpart2,thirdpart}
313312
ls -lha "${git_dir}/data/frogeye/"

0 commit comments

Comments
 (0)