mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-10 20:55:49 +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 |