This repository has been archived on 2017-11-12. You can view files and clone it, but cannot push or open issues or pull requests.
ledcat-www/programs/red.py
2017-11-12 22:00:46 +01:00

6 lines
93 B
Python
Executable file

#!/usr/bin/env python3
import sys
while True:
sys.stdout.buffer.write(b"\xff\x00\x00")