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