mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-04-23 03:00:50 -04:00
add init_repo.sh
This commit is contained in:
5
scripts/init_repo.sh
Executable file
5
scripts/init_repo.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -uex
|
||||
|
||||
git submodule update --init --recursive
|
||||
# if [ -z ${CI+x} ]; then git pull --recurse-submodules; fi
|
||||
Reference in New Issue
Block a user