docker.sh 248 B

1234567891011
  1. #!/bin/bash -ex
  2. # SPDX-FileCopyrightText: 2024 suyu Emulator Project
  3. # SPDX-License-Identifier: GPL-2.0-or-later
  4. #
  5. # Modified by AMA25 on 3/5/24
  6. # Run clang-format
  7. cd /suyu
  8. chmod a+x ./.ci/scripts/format/script.sh
  9. ./.ci/scripts/format/script.sh