suyu-mirror/tools/reset-submodules.sh

11 lines
239 B
Bash

2024-03-05 02:42:40 +07:00
#!/bin/bash -ex
# SPDX-FileCopyrightText: 2024 Emulator Project
2024-03-05 02:42:40 +07:00
# SPDX-License-Identifier: MIT
#
# Modified by AMA25 on 3/5/24
2024-03-05 02:42:40 +07:00
git submodule sync
git submodule foreach --recursive git reset --hard
git submodule update --init --recursive