5 lines
133 B
Bash
Executable File
5 lines
133 B
Bash
Executable File
#! /bin/sh
|
|
git submodule update --recursive --remote --init
|
|
git submodule -q foreach 'git checkout -q master && git pull'
|
|
git status
|