progress
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
1.2.9
|
||||
1.3.1
|
||||
|
||||
Reference in New Issue
Block a user