mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 01:56:08 -04:00
5 lines
180 B
Bash
5 lines
180 B
Bash
#!/bin/bash -ex
|
|
|
|
chmod a+x ./.ci/scripts/format/docker.sh
|
|
docker run -v $(pwd):/yuzu yuzuemu/build-environments:linux-clang-format /bin/bash -ex /yuzu/.ci/scripts/format/docker.sh
|