3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
for f in /var/www/owncloud/apps/*/; do (cd "$f"; git pull); done
|