wget open dir

From Beige Crocodile, 6 Years ago, written in Bash, viewed 199 times.
URL https://paste.steamr.com/view/c80ed686 Embed
Download Paste or View Raw
  1.  
  2. cat links.txt | while read i ; do
  3.         wget --no-check-certificate -np -r -c --reject "index.html*" -e robots=off $i
  4. done
  5.  

Reply to "wget open dir"

Here you can reply to the paste above