This commit is contained in:
pistoletpierre 2021-01-01 01:43:37 -05:00
parent 7cfa1abf19
commit fb07683a86

View File

@ -52,6 +52,7 @@ the following entry to one's netrc file (filling in the appropriate values
for username and password):
```bash
echo machine urs.earthdata.nasa.gov login <your username> password <your password> >> ~/.netrc
chmod 600 ~/.netrc
```
and then including the following code (or similar) in a script: