So I am not experienced in dealing with the plethora of file types, and I haven't been able to find much info on exactly what the .sh files are. Here's what I am trying to do:
I wanted to download map data sets which are arranged in tiles that can be downloaded individually:
http://daymet.ornl.gov/gridded
To download the range of tiles at once, they say to download their script, which eventually leads to the daymet-nc-retrieval.sh:
https://github.com/daymet/scripts/blob/master/Bash/daymet-nc-retrieval.sh
So, what exactly am I supposed to do with the code? The website doesn't provide any further instructions, assuming users know what to do with it. I am guessing the supposed to paste this code into some other unmentioned application for the browser (using Chrome or Firefox in this case)? It almost looks like something that could be pasted into the Firefox/Greasemonkey, but not quite. Just by the quick Google on the file type, I haven't been able to get heads or tails on it.
I am sure there is a simple explanation on what to do with these files out there, but it seems to be buried in plenty of posts where people are already assuming that you know what to do with the files. Is anyone willing to just simply say what needs to be done from square one after getting to this page with the code to implementing it? Thanks.