Files
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())