mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-23 21:32:58 +00: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
|