We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a160511 commit 28e7815Copy full SHA for 28e7815
RecursiveGitFetch.bat
@@ -16,7 +16,7 @@ git fetch --all
16
echo Fetch Completed: %date% %time%
17
echo.
18
)
19
-Call :CountSubFolders "%~1",value2
+Call :CountSubFolders "%*",value2
20
if not !value2! == 0 (
21
for /d %%i in ("%~1"\*) do (
22
cd "%%~i"
0 commit comments