2 lines
64 B
Bash
2 lines
64 B
Bash
|
|
#!/bin/sh
|
||
|
|
git submodule foreach --recursive git checkout master
|