Skip to content

Instantly share code, notes, and snippets.

@ed-flanagan
Created February 22, 2015 20:55
Show Gist options
  • Save ed-flanagan/de8acb62af0f317049d4 to your computer and use it in GitHub Desktop.
Save ed-flanagan/de8acb62af0f317049d4 to your computer and use it in GitHub Desktop.
Simple wget with flags (just for reference)
#!/usr/bin/env bash
# -w 1
wget \
--page-requisites \
-r \
--convert-links \
--no-clobber \
-l inf \
--no-parent \
-N \
--mirror \
-i links.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment