mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-25 17:41:10 +00:00
5 lines
123 B
Batchfile
5 lines
123 B
Batchfile
|
cd..
|
||
|
dir /s /b /ad | find ".svn" > del.txt
|
||
|
for /F "delims='" %%f in (del.txt) do rmdir /q /s "%%f"
|
||
|
del del.txt
|
||
|
cd Build
|