4 lines
141 B
Plaintext
4 lines
141 B
Plaintext
|
#! /bin/bash
|
||
|
# From https://stackoverflow.com/questions/54055666/docker-hub-and-git-submodules/59640438#59640438
|
||
|
git submodule update --init
|