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