This commit is contained in:
2024-07-31 12:44:24 -04:00
parent c7e717a64f
commit b1fe4f38f0
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -40,6 +40,12 @@ done
cd ${RootDir}
Cmd="find -type f -empty -delete -print"
echo ${Cmd} && eval ${Cmd}
Cmd="find -type d -empty -delete -print"
echo ${Cmd} && eval ${Cmd}
Cmd="git add ."
echo ${Cmd} && eval ${Cmd}