6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
|
#!/bin/bash
|
||
|
#
|
||
|
echo "* Initialising Submodules"
|
||
|
git submodule init
|
||
|
git submodule update
|