mirror of
https://github.com/bvanroll/rpiRadio.git
synced 2025-08-30 20:42:44 +00:00
5 lines
79 B
Python
Executable File
5 lines
79 B
Python
Executable File
import sys
|
|
|
|
# simple binary echo script
|
|
sys.stdout.write(sys.stdin.read())
|