This commit is contained in:
Luk Lu
2022-02-12 14:46:08 +08:00
parent 16b0c1a643
commit 24c584c862
9 changed files with 122 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ echo;
for /d %%o in (*) do (
if not %%o == .vscode (
echo %%o | findstr "~" >NUL && (
echo %%o | findstr "=" >NUL && (
echo !!!!!!!! omitting [%BASEDIR%\%%o] !!!!!!!!
echo;
) || (