1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-04-01 18:10:07 +00:00

Merge pull request from merryhime/reset-submodules

tools: Add reset submodules script
This commit is contained in:
liamwhite 2024-02-25 14:01:11 -05:00 committed by GitHub
commit f9bfdb1555
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
tools/reset-submodules.sh Executable file

@ -0,0 +1,8 @@
#!/bin/bash -ex
# SPDX-FileCopyrightText: 2024 yuzu Emulator Project
# SPDX-License-Identifier: MIT
git submodule sync
git submodule foreach --recursive git reset --hard
git submodule update --init --recursive