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}'```