This commit is contained in:
Luk Lu
2021-12-19 20:11:26 +08:00
parent 063d40db36
commit 72c614b0ce
4 changed files with 7 additions and 7 deletions

View File

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