5 lines
86 B
Text
5 lines
86 B
Text
|
#! /bin/bash
|
||
|
|
||
|
echo "Initializing submodules"
|
||
|
yadm submodule update --recursive --init
|