mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +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
|