til/Applications/Essential/curl.md

17 lines
291 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` |
2020-11-30 09:40:27 +00:00
| Fedora | `curl` |
2020-12-01 16:10:02 +00:00
| Homebrew | `curl` |
2020-08-11 12:47:49 +00:00
Add credentials, edit `~/.netrc`:
```txt
machine example.com
login user
password password
```