remove useless vars

This commit is contained in:
Simon Vieille 2019-05-14 16:30:34 +02:00
parent 570c2e542f
commit 1231c955b4
Signed by: deblan
GPG key ID: 03383D15A1D31745

View file

@ -10,9 +10,6 @@ usage() {
printf "Filters only work with httrack. \`man httrack\` to get help.\n"
}
TOOL=
URL=
for i in "$@"; do
if [ "$i" = "-h" ] || [ "$i" = "--help" ]; then
usage