mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-30 00:36:23 +01:00
keep your codebase clean
This commit is contained in:
@@ -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