mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2025-01-26 09:48:55 +00:00
4 lines
95 B
Python
Executable file
4 lines
95 B
Python
Executable file
#!/usr/bin/env python
|
|
import sys
|
|
sys.stdout.write('\x1bP;HTML|<hr />\x1bP')
|
|
sys.stdout.flush()
|