mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 12:57:52 +00:00
6 lines
78 B
Bash
6 lines
78 B
Bash
|
#!/bin/bash -ex
|
||
|
|
||
|
# Run clang-format
|
||
|
cd /yuzu
|
||
|
./.travis/clang-format/script.sh
|