6 lines
239 B
Bash
Executable File
6 lines
239 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
setopt extendedglob
|
|
|
|
file ^build*/(demo|test|examples|include|doc|src)/**/*.(h|hpp|H|C|c|cpp)| grep -E -v ':[[:space:]]+(C(\+\+)? source, |LaTeX document, |HTML document, )?(ASCII|UTF-8 Unicode) text(, with very long lines)?$'
|