mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-25 19:09:48 -04:00
6 lines
78 B
Bash
Executable File
6 lines
78 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
# Run clang-format
|
|
cd /yuzu
|
|
./.travis/clang-format/script.sh
|