azahar/tools/reset-submodules.sh
OpenSauce04 1d562cdd11 tools: Added new tool scripts for updating translations and the compatibility list
Also added a brief readme file to the directory
2025-04-30 10:39:41 +01:00

10 lines
257 B
Bash
Executable file

#!/bin/bash -ex
# SPDX-FileCopyrightText: 2024 yuzu Emulator Project
# SPDX-License-Identifier: MIT
# This script assumes that Git is installed
git submodule sync
git submodule foreach --recursive git reset --hard
git submodule update --init --recursive