diff --git a/update_git b/update_git new file mode 100644 index 0000000..68ca6ac --- /dev/null +++ b/update_git @@ -0,0 +1,3 @@ +#!/bin/bash + +for f in /var/www/owncloud/apps/*/; do (cd "$f"; git pull); done \ No newline at end of file