Get a github repository as a zip file via cURL

1
curl -Lk https://github.com/someone/likeyou/zipball/master > likeyou-latest.zip

cURL manual

0%