2 lines
47 B
Bash
2 lines
47 B
Bash
|
#!/bin/sh
|
||
|
git submodule update --remote --merge
|