All checks were successful
continuous-integration/drone/push Build is passing
7 lines
191 B
Bash
Executable File
7 lines
191 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Updating 280blocker filter..."
|
|
|
|
FILTER_PATH="/var/www/html/_/280blocker.txt"
|
|
curl -sL "https://280blocker.net/files/280blocker_adblock_$(date +"%Y%m").txt" -o "$FILTER_PATH"
|