{"id":617,"date":"2012-12-15T12:00:44","date_gmt":"2012-12-15T12:00:44","guid":{"rendered":"http:\/\/atheotsky.loc\/?p=17"},"modified":"2012-12-15T12:00:44","modified_gmt":"2012-12-15T12:00:44","slug":"auto-update-script-for-pathogen-bundles","status":"publish","type":"post","link":"http:\/\/ndthanh.com\/auto-update-script-for-pathogen-bundles\/","title":{"rendered":"Auto update script for pathogen bundles"},"content":{"rendered":"
\n\n#vim auto update bundle script\n #author : Atheotsky\n\n#locate self location & move to it\n cd `dirname $0`\n\n#update function\n updatePlugins()\n {\n cd "$1"\n echo "updating $1 ......"\n git pull\n cd ..\n }\n\n#build array of folder under current location\n directories=$(ls -l | egrep '^d' | awk '{print $9}')\n\n#use loop with array\n for directory in $directories; do\n #execute function\n updatePlugins $directory\n done\n\necho "Update completed!"\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"

Some lines of bash code that automate all your Vim plugin update process. make your Vim plugins always Fresh!<\/p>\n","protected":false},"author":1,"featured_media":85,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[46,47],"tags":[48,49,50,51,52],"aioseo_notices":[],"views":6,"_links":{"self":[{"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/posts\/617"}],"collection":[{"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/comments?post=617"}],"version-history":[{"count":0,"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/posts\/617\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/ndthanh.com\/wp-json\/"}],"wp:attachment":[{"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/media?parent=617"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/categories?post=617"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/tags?post=617"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}