SyncTk/.vscode/tasks/windows/cleanup.bat
2023-01-27 15:34: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__')]"