Skip to content

Instantly share code, notes, and snippets.

@hisplan
Last active March 3, 2017 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hisplan/5abbc8fd0c49a290fdb24295b6be866b to your computer and use it in GitHub Desktop.
Save hisplan/5abbc8fd0c49a290fdb24295b6be866b to your computer and use it in GitHub Desktop.
Python: read from stdin
echo "hello" | python -c "import sys; sys.stdout.write( sys.stdin.read() )"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment