wget
This commit is contained in:
parent
e0bc823054
commit
3562feeae2
2 changed files with 15 additions and 0 deletions
|
@ -49,6 +49,7 @@ RTFD
|
|||
public/tar/index
|
||||
public/texlive/index
|
||||
public/unbound/index
|
||||
public/wget/index
|
||||
public/windows/index
|
||||
public/xorriso/index
|
||||
|
||||
|
|
14
docs/public/wget/index.rst
Normal file
14
docs/public/wget/index.rst
Normal file
|
@ -0,0 +1,14 @@
|
|||
wget
|
||||
====
|
||||
|
||||
Mirror website
|
||||
--------------
|
||||
|
||||
.. code:: shell
|
||||
|
||||
wget \
|
||||
--mirror \
|
||||
--convert-links \
|
||||
--page-requisites \
|
||||
--continue \
|
||||
protocol://sub.domain.tld
|
Loading…
Reference in a new issue