mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-02-05 22:43:03 -06:00
11 lines
239 B
Bash
Executable File
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
|