Files
IOT-recept-printer/node_modules/python-shell/test/python/echo_binary.py
2018-07-17 14:57:52 +01:00

5 lines
75 B
Python

import sys
# simple binary echo script
sys.stdout.write(sys.stdin.read())