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

5
scripts/remove/remove.py Normal file
View File

@@ -0,0 +1,5 @@
from pathlib import Path
def main(args):
for item in args:
Path(args).unlink(missing_ok=True) # missing_ok=True prevents error if file is missing