echo_text.py 85 Bytes Raw Blame History Permalink 1 2 3 4 5 import sys, json # simple JSON echo script for line in sys.stdin: print line[:-1]