From 63df7e0c26b3bb568ef1a346598236c7e4e349fd Mon Sep 17 00:00:00 2001 From: Shikiryu Date: Fri, 29 Apr 2016 15:14:52 +0200 Subject: [PATCH] Mise jour des apps owncloud \(peut servir pour d\'autres projets\) --- update_git | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 update_git 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