TODO ADD "httrack" for website copying

This commit is contained in:
qo-op 2021-04-14 22:41:53 +02:00
parent da2e3ce771
commit 919a0c8446
1 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,9 @@ case ${CAT} in
exit 1
fi
;;
## TODO ADD "httrack" for website copying
## httrack "https://wiki.lowtechlab.org" -O "./wiki.lowtechlab.org" "+*.lowtechlab.org/*" -v -%l "fr"
##
*)
er="$CAT inconnu" && echo "$er" && exit 1
;;