suyu/tools/reset-submodules.sh
2024-03-06 00:19:07 +03:30

11 lines
239 B
Bash
Executable file

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