5 lines
56 B
Text
5 lines
56 B
Text
|
#!/bin/bash
|
||
|
|
||
|
git submodule update --recursive --remote
|
||
|
|