sudachi/tools/reset-submodules.sh

9 lines
215 B
Bash
Raw Normal View History

2024-03-06 05:22:02 +00:00
#!/bin/bash -ex
# SPDX-FileCopyrightText: 2024 sudachi Emulator Project
2024-03-06 05:22:02 +00:00
# SPDX-License-Identifier: MIT
git submodule sync
git submodule foreach --recursive git reset --hard
git submodule update --init --recursive