Skip to content

Instantly share code, notes, and snippets.

@mikel-egana-aranguren
Created June 23, 2014 09:56
Show Gist options
  • Save mikel-egana-aranguren/2aec762436cfe512708e to your computer and use it in GitHub Desktop.
Save mikel-egana-aranguren/2aec762436cfe512708e to your computer and use it in GitHub Desktop.
resume wget
#!/bin/sh
# url
# target file
wget --continue $1 -O $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment