2 lines
121 B
Bash
Executable file
2 lines
121 B
Bash
Executable file
#!/bin/sh
|
|
clang-format --verbose -i pmake.js `find src "(" -name "*.c" -or -name "*.h" ")" -and -not -path "src/icon/*"`
|