From e8ed3462bb066dbbf4860c378ee2d657896a2857 Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Sun, 22 Jan 2017 11:27:44 -0700 Subject: Bundle update Sun Jan 22 11:27:44 MST 2017 --- bundle-update.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 bundle-update.sh (limited to 'bundle-update.sh') diff --git a/bundle-update.sh b/bundle-update.sh new file mode 100755 index 0000000..5f50a0a --- /dev/null +++ b/bundle-update.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +wd=$(dirname $0) + +for i in $(ls $wd/bundle); do + pushd $wd/bundle/$i + git pull origin master + popd > /dev/null +done + +cd $wd +git add . +git commit -m "Bundle update `date`" -- cgit v1.2.3-70-g09d2