به Nostr بپیوندید
2025-09-16 12:32:02 CEST
in reply to

Fabio Manganiello on Nostr: for CLI enthusiasts: ``` curl -sS -D - '' | grep -iE '^location: ' | awk '{print $2}' ...

for CLI enthusiasts:

```
curl -sS -D - 'https://bit.ly/iamnotfishy'; | grep -iE '^location: ' | awk '{print $2}'
```