This repository has been archived on 2017-11-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
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")