Added update script for updating submodules
This commit is contained in:
parent
a72cef9fd2
commit
6b0bc3d0f5
1 changed files with 4 additions and 0 deletions
4
update
Executable file
4
update
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
git submodule update --recursive --remote
|
||||
|
Loading…
Reference in a new issue