Created
July 7, 2018 17:11
-
-
Save benaryorg/5b0ba4db86252e87854cddd2b81e6bf2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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