infinito/administration/submodule-sync.sh

6 lines
115 B
Bash
Raw Normal View History

2018-09-06 23:18:26 +02:00
(
cd $(dirname $(readlink -f ${0}))/../;
git submodule sync;
git submodule foreach git pull origin master;
)