I’m working on a script that sets up a CMS (Statamic) so that devs can jump right into writing code and not have to manually move stuff around, gather commonly used code from GitHub, and so on.
I need a way to grab the most recent version of a project from GitHub, unzip it, and be able to move stuff around without knowing the lastest sha.
Code
Explanation
-Ltells curl to follow the redirect.-ospecifies the name of the downloaded file.