4 lines
108 B
Bash
Executable File
4 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
root=`git rev-parse --show-toplevel`
|
|
find "$root/engine" "$root/tests" -name '*.c' -o -name '*.h'
|