mirror of
https://github.com/KevinMidboe/fanController.git
synced 2026-02-03 06:55:46 +00:00
5 lines
75 B
Python
5 lines
75 B
Python
import sys
|
|
|
|
# simple binary echo script
|
|
sys.stdout.write(sys.stdin.read())
|