4 lines
86 B
Bash
Executable file
4 lines
86 B
Bash
Executable file
#! /bin/bash
|
|
|
|
echo "Initializing submodules"
|
|
yadm submodule update --recursive --init
|