2024-03-06 05:22:02 +00:00
|
|
|
#!/bin/bash -ex
|
|
|
|
|
2024-03-12 19:26:56 +00:00
|
|
|
# SPDX-FileCopyrightText: 2024 sudachi Emulator Project
|
2024-03-06 05:22:02 +00:00
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
|
|
|
git submodule sync
|
|
|
|
git submodule foreach --recursive git reset --hard
|
|
|
|
git submodule update --init --recursive
|