Files
fanController/node_modules/python-shell/test/python/echo_binary.py

5 lines
75 B
Python
Executable File

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