echo_binary.py 75 Bytes Raw Blame History Permalink 1 2 3 4 import sys # simple binary echo script sys.stdout.write(sys.stdin.read())