6 lines
93 B
Python
Executable file
6 lines
93 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
import sys
|
|
|
|
while True:
|
|
sys.stdout.buffer.write(b"\xff\x00\x00")
|