mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-06 01:44:23 +00:00
4 lines
104 B
Bash
Executable File
4 lines
104 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
docker run -v $(pwd):/yuzu ubuntu:18.04 /bin/bash /yuzu/.travis/clang-format/docker.sh
|