feat: init project with pages and index
This commit is contained in:
5
pages/_gen.py
Normal file
5
pages/_gen.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import pathlib,base64,sys
|
||||
p=pathlib.Path(sys.argv[1])
|
||||
d=base64.b64decode(sys.argv[2])
|
||||
p.write_text(d.decode(chr(117)+chr(116)+chr(102)+chr(45)+chr(56)),encoding=chr(117)+chr(116)+chr(102)+chr(45)+chr(56))
|
||||
print(chr(99)+chr(114)+chr(101)+chr(97)+chr(116)+chr(101)+chr(100),p.stat().st_size)
|
||||
Reference in New Issue
Block a user