Uzuy/tools/reset-submodules.sh
Phoenix b5b59fe07b chore(repo): replace 'yuzu' occurrences across files with 'uzuy'
- Replaced all occurrences of 'yuzu' with 'uzuy' in file and directory names across the project.
- Updated the naming to ensure consistency with the new project identity."
2024-09-07 19:47:50 +10:00

9 lines
212 B
Bash
Executable File

#!/bin/bash -ex
# SPDX-FileCopyrightText: 2024 uzuy Emulator Project
# SPDX-License-Identifier: MIT
git submodule sync
git submodule foreach --recursive git reset --hard
git submodule update --init --recursive