til/Applications/Essential/curl.md

15 lines
237 B
Markdown
Raw Normal View History

2020-08-11 12:47:49 +00:00
# [curl](https://curl.haxx.se/)
| Distribution | Package |
| ------------ | ------- |
| Arch Linux | `curl` |
| Ubuntu | `curl` |
Add credentials, edit `~/.netrc`:
```txt
machine example.com
login user
password password
```