Skip to content

Commit

Permalink
Update update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
NotaInutilis authored Jul 15, 2024
1 parent 9c5e1a4 commit b235463
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ find ./sources/urls -type f -iname "*.txt" -exec cat {} \; > ./sources/urls.txt
find ./sources/pages -type f -iname "*.txt" -exec cat {} \; > ./sources/pages.txt
### TLDs
find ./sources/tlds -type f -iname "*.txt" -exec cat {} \; > ./sources/tlds.txt
### Regex addresses
find ./sources/regex_addresses -type f -iname "*.txt" -exec cat {} \; > ./sources/regex_addresses.txt
### Regex titles
find ./sources/regex_titles -type f -iname "*.txt" -exec cat {} \; > ./sources/regex_titles.txt
### Titles
find ./sources/titles -type f -iname "*.txt" -exec cat {} \; > ./sources/titles.txt
### Regex
find ./sources/regex -type f -iname "*.txt" -exec cat {} \; > ./sources/regex.txt

## Cleanup the lists
### Remove comments, inline comments and empty lines
Expand Down Expand Up @@ -73,4 +73,4 @@ python scripts/fediverse_domains.py > fediverse_domains.txt
### Mastodon
python scripts/mastodon.py > mastodon.csv
### FediBlockHole
python scripts/fediblockhole.py > fediblockhole.csv
python scripts/fediblockhole.py > fediblockhole.csv

0 comments on commit b235463

Please sign in to comment.