mirror of
https://github.com/PabloMK7/citra
synced 2024-11-15 05:08:23 +00:00
5 lines
79 B
Bash
Executable file
5 lines
79 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
# Run clang-format
|
|
cd /citra
|
|
./.travis/clang-format/script.sh
|