I’m new to working with different file types, and I came across a .sh file while trying to download map data tiles from Daymet. The instructions suggest using a script called daymet-nc-retrieval.sh from their GitHub repository:
https://github.com/daymet/scripts/blob/master/Bash/daymet-nc-retrieval.sh
I’m not sure what a .sh file is or how I’m supposed to run it. Do I need to paste it into a browser, use some kind of application, or run it in the terminal?
Basically, I’m looking for a simple explanation of what a .sh file is and how to use it from start to finish, assuming no prior knowledge.
How do I take a .sh script like this and actually execute it to get the intended results?