mirror of https://github.com/yuzu-mirror/yuzu
6 lines
78 B
Bash
6 lines
78 B
Bash
7 years ago
|
#!/bin/bash -ex
|
||
|
|
||
|
# Run clang-format
|
||
|
cd /yuzu
|
||
|
./.travis/clang-format/script.sh
|