Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save m4tlch/0c71e8bc4907036e6dbf to your computer and use it in GitHub Desktop.
Save m4tlch/0c71e8bc4907036e6dbf to your computer and use it in GitHub Desktop.
Download all files from website using wget (+encoding)
#!/bin/zsh
wget -m -p -E -k -K -np --restrict-file-names=nocontrol http://site/path/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment