79763917

Date: 2025-09-13 19:32:13
Score: 2
Natty:
Report link

Here is a one-liner if anyone ever needs it. It will save the content returned (empty file if failed)

curl https://example.org --fail > example.html || echo 'curl failed'

Screenshot example of one-liner working, what happens when it succeeds and when it fails.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kuuchuu