SyncTk/.vscode/tasks/cleanup.bat

2 lines
175 B
Batchfile
Raw Normal View History

2023-01-26 11:58:20 +02:00
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__')]"