summaryrefslogtreecommitdiff
path: root/tools/reset-submodules.sh
blob: c974c29b529f16fd96c4491837fcac55007e88a0 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash -ex

# SPDX-FileCopyrightText: 2024 yuzu Emulator Project & 2025 citron Homebrew Project
# SPDX-License-Identifier: MIT

git submodule sync
git submodule foreach --recursive git reset --hard
git submodule update --init --recursive