Files
rpiRadio/ProjectNow/NodeServer/node_modules/python-shell/test/python/echo_binary.py
2018-05-19 02:20:19 +02:00

5 lines
79 B
Python
Executable File

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