mirror of
https://github.com/Lime3DS/Lime3DS
synced 2025-01-05 20:00:43 +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
|