Kind of shi that half works

This commit is contained in:
2026-04-24 08:42:19 -04:00
parent 74abef1b9f
commit 47a6796e1c
15 changed files with 64 additions and 17 deletions

View File

@@ -0,0 +1,10 @@
from pathlib import Path
def main(args):
for target in args:
path = Path(target)
if path.exists():
print(f'"{target}" already exists.')
continue
path.write_text("") # Pure creation