exec.sh 180 B

1234
  1. #!/bin/bash -ex
  2. chmod a+x ./.ci/scripts/format/docker.sh
  3. docker run -v $(pwd):/yuzu yuzuemu/build-environments:linux-clang-format /bin/bash -ex /yuzu/.ci/scripts/format/docker.sh