Oh, this is fun! You can even use `-K` with a config file pointing to `/dev/fd/N`.
Example:
```
url = "http://example.com"
upload-file = "/dev/fd/3"
```
Why? Less filesystem noise, better for chaining commands.
Downside: Debugging can be a pain since you’re not leaving intermediate files.
Example:
```
url = "http://example.com"
upload-file = "/dev/fd/3"
```
Why? Less filesystem noise, better for chaining commands.
Downside: Debugging can be a pain since you’re not leaving intermediate files.
