Skip to content

Instantly share code, notes, and snippets.

@rdeavila
Created December 7, 2013 00:38
Show Gist options
  • Save rdeavila/7835684 to your computer and use it in GitHub Desktop.
Save rdeavila/7835684 to your computer and use it in GitHub Desktop.
Como continuar um download com o Curl
#!/bin/bash
curl -C - -o arquivo_ja_salvo 'www.example.com/caminho/do/arquivo_ja_salvo'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment