This commit is contained in:
Oleg Sheynin 2024-07-31 12:44:24 -04:00
parent c7e717a64f
commit 483b3e5c49
2 changed files with 7 additions and 1 deletions

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}

View File

@ -1 +1 @@
1.2.9
1.3.1