/ tools / reset-submodules.sh
reset-submodules.sh
1  #!/bin/bash -ex
2  
3  # SPDX-FileCopyrightText: 2024 yuzu Emulator Project
4  # SPDX-License-Identifier: MIT
5  
6  git submodule sync
7  git submodule foreach --recursive git reset --hard
8  git submodule update --init --recursive