From 00d07f58cd88a1e9dd13deed75ad1af3db6ebcf6 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期二, 17 十二月 2019 16:07:01 +0800
Subject: [PATCH] udpate

---
 libgowrapper/gitpush.sh |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/libgowrapper/gitpush.sh b/libgowrapper/gitpush.sh
new file mode 100755
index 0000000..92571b8
--- /dev/null
+++ b/libgowrapper/gitpush.sh
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+cur=`pwd`
+
+for v in `ls`; do
+    if [ ! -d $cur"/"$v ]; then
+        continue
+    fi
+    cd $v
+    echo "~~~~~~push $v~~~~~~"
+    git add .
+    git commit -m 'update'
+    git push
+    cd ..
+done

--
Gitblit v1.8.0