3 lines
78 B
Bash
Executable file
3 lines
78 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
git submodule update --init --recursive
|