Skip to content

Instantly share code, notes, and snippets.

Created January 19, 2015 04:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/c8962a2f266685c260a3 to your computer and use it in GitHub Desktop.
Save anonymous/c8962a2f266685c260a3 to your computer and use it in GitHub Desktop.
stdin
_jshon() {
shopt -s lastpipe
{ tee /dev/fd/3 | jshon "$@"; } 3>&1 |
input=$(</dev/fd/0)
((PIPESTATUS)) || echo "$input"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment