3 lines
107 B
Bash
Executable file
3 lines
107 B
Bash
Executable file
#!/bin/sh
|
|
git submodule foreach --recursive git checkout master
|
|
git submodule foreach --recursive git pull
|