4 lines
124 B
Bash
4 lines
124 B
Bash
#!/usr/bin/env bash
|
|
git submodule update --init
|
|
git submodule foreach "git checkout master"
|
|
git submodule foreach "git pull" |