5 lines
205 B
Batchfile
5 lines
205 B
Batchfile
@echo off
|
|
rmdir /s /q __pycache__
|
|
rmdir /s /q TwitchChannelPointsMiner\__pycache__
|
|
rmdir /s /q TwitchChannelPointsMiner\classes\__pycache__
|
|
rmdir /s /q TwitchChannelPointsMiner\classes\entities\__pycache__ |