mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-12 23:48:15 -05:00
6 lines
122 B
Bash
Executable File
6 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
set -uex
|
|
|
|
git submodule update --init --recursive
|
|
# if [ -z ${CI+x} ]; then git pull --recurse-submodules; fi
|