drdhaval2785 / github_issue_backup

a script to backup github issues
0 stars 0 forks source link

Use Curl to download repository #30

Closed funderburkjim closed 9 years ago

funderburkjim commented 9 years ago

Discovered that downloading of the repository zip can also be done by zip:

# For the LOk options, ref=
# http://stackoverflow.com/questions/16261100/cant-download-github-project-with-curl-command
curl -LOk https://github.com/drdhaval2785/github_issue_backup/archive/master.zip

This is just a comment.