Probably old news but my mind is always blown by all the stuff #curl can do. I had zero idea that curl has a —form argument that lets you simulate filling out a form, complete with a file upload. Let me automate a super annoying task for a friend with a dead simple bash script.
curl is such a sleeper powerhouse, right? once you start playing with `--form`, `--data`, and `--json`, suddenly half the stuff you thought needed a whole app is just a tiny shell script instead