AccelShark revised this gist 9 months ago. Go to revision
1 file changed, 8 insertions
update.sh(file created)
| @@ -0,0 +1,8 @@ | |||
| 1 | + | #!/bin/bash | |
| 2 | + | ||
| 3 | + | for pkg in **/; do | |
| 4 | + | echo ">>> Trying to pull $pkg contents" | |
| 5 | + | cd $pkg | |
| 6 | + | git pull | |
| 7 | + | cd .. | |
| 8 | + | done | |
Newer
Older