3 lines
141 B
Bash
Executable File
3 lines
141 B
Bash
Executable File
#!/bin/bash
|
|
git ls-tree -r HEAD --name-only benchmark example memprof td tdactor tddb tdnet tdtl tdutils test | grep -E "\.cpp$|\.h$|\.hpp$"
|