mirror of
https://github.com/PabloMK7/citra.git
synced 2025-01-02 10:03:10 +01:00
6 lines
79 B
Bash
Executable File
6 lines
79 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
# Run clang-format
|
|
cd /citra
|
|
./.travis/clang-format/script.sh
|