6 lines
130 B
Bash
6 lines
130 B
Bash
#!/usr/bin/env bash
|
|
git pull
|
|
git submodule sync
|
|
git submodule update --recursive --init
|
|
git submodule update --recursive --remote
|