Skip to content

Commit

Permalink
it's hard
Browse files Browse the repository at this point in the history
  • Loading branch information
NotaInutilis committed Sep 4, 2023
1 parent 1d30672 commit 2add867
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3,128 deletions.
2 changes: 1 addition & 1 deletion scripts/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# ./scripts/update.sh

# Cleanup sources.
find ./sources -type f -name "*.txt" -exec sed -i 's/^www\.//g'
find ./sources -type f -name "*.txt" -exec sed -i 's/^www\.//' {} \;

# Combine all sources into `domains.txt`.
find ./sources -type f -name "*.txt" -exec cat {} \; > sources.txt
Expand Down
2 changes: 1 addition & 1 deletion sources/eng/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ www.example.com


#
WWW.EXAMPLEUZ.COM# FARTS
WWW.EXAMPLEUZ.www.COM# FARTS
Loading

0 comments on commit 2add867

Please sign in to comment.