mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 07:48:55 +00:00
keep your codebase clean
This commit is contained in:
3
Delete empty folders.bat
Normal file
3
Delete empty folders.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
REM Instructions: Drop in root folder, all directories and
|
||||
REM subdirectories will be purged of empty folders.
|
||||
for /f "delims=" %%i in ('dir /s /b /ad ^| sort /r') do rd "%%i" 2>NUL
|
||||
Reference in New Issue
Block a user