wangkun hace 2 años
padre
commit
5674ca7a3d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      git_push.sh

+ 2 - 2
git_push.sh

@@ -1,10 +1,10 @@
 #!/bin/bash
 #!/bin/bash
 
 
-echo '开始'
+echo "开始"
 echo "$(date "+%Y-%m-%d %H:%M:%S") 正在push..."
 echo "$(date "+%Y-%m-%d %H:%M:%S") 正在push..."
 git add .
 git add .
 git commit -m "update"
 git commit -m "update"
 git push origin master
 git push origin master
-echo "$(date "+%Y-%m-%d %H:%M:%S") 完成push!"
+echo "$(date "+%Y-%m-%d %H:%M:%S") push完成!"
 
 
 exit 0
 exit 0