reset-submodules.sh 212 B

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