mirror of
https://github.com/ethanaicode/Adobe-Block-Hosts-List.git
synced 2025-07-20 13:15:00 -04:00
Added more URLs
This commit is contained in:
parent
1d21771d58
commit
15f84b0552
5 changed files with 962 additions and 572 deletions
11
merge.sh
Executable file
11
merge.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
TEMP_HOSTS="hosts.new.temp"
|
||||
HOSTS="hosts"
|
||||
NEW_HOSTS="hosts.new"
|
||||
|
||||
cp "$HOSTS" "$NEW_HOSTS"
|
||||
|
||||
grep -vxFf "$HOSTS" "$TEMP_HOSTS" >> "$NEW_HOSTS"
|
||||
|
||||
echo "Merged $TEMP_HOSTS into $NEW_HOSTS"
|
Loading…
Add table
Add a link
Reference in a new issue