This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Usage: adblock-update.sh [-h] [URL] | |
# This script can be used to download/update filterlists for the luakit adblock-module | |
# It will only update the file if the server-side version is newer. | |
# | |
# URL URL of the filterlist to download, leave empty to download Easylist | |
# -h, --help Display this help-message and exit | |
# help message |