Skip to content

Instantly share code, notes, and snippets.

@benaryorg
Created July 7, 2018 17:11
Show Gist options
  • Save benaryorg/5b0ba4db86252e87854cddd2b81e6bf2 to your computer and use it in GitHub Desktop.
Save benaryorg/5b0ba4db86252e87854cddd2b81e6bf2 to your computer and use it in GitHub Desktop.
#!/usr/bin/env zsh
curl -sf https://me.benary.org \
| jq -f <(tail -n +$(( ${LINENO} + 2 )) ${(%):-%N})
exit
# BEGIN JQ SCRIPT
"\(.me.name[0]) (\(.me.pronoun))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment