Advertisement
Guest User

Untitled

a guest
Oct 9th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. #!/bin/bash
  2. wget \
  3.   --recursive \
  4.   --no-clobber \
  5.   --page-requisites \
  6.   --html-extension \
  7.   --convert-links \
  8.   --reject-regex "(.*)\?(.*)" \
  9.   --restrict-file-names=windows https://heartiste.org/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement