mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-13 05:58:17 -04: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
|