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