SyncTk/.vscode/tasks/cleanup.bat
2023-01-26 10:58:20 +01:00

2 lines
175 B
Batchfile

python -Bc "import pathlib; [p.unlink() for p in pathlib.Path('.').rglob('*.py[co]')]"
python -Bc "import pathlib; [p.rmdir() for p in pathlib.Path('.').rglob('__pycache__')]"