mirror of
https://github.com/PabloMK7/citra.git
synced 2024-11-16 03:53:26 +01:00
6 lines
79 B
Bash
6 lines
79 B
Bash
|
#!/bin/bash -ex
|
||
|
|
||
|
# Run clang-format
|
||
|
cd /citra
|
||
|
./.travis/clang-format/script.sh
|