c825628cd6
GitOrigin-RevId: 84f34b183364bce06fa3b6b06620d04e7f26a6ab
3 lines
178 B
Bash
Executable File
3 lines
178 B
Bash
Executable File
#!/bin/bash
|
|
git ls-tree -r HEAD --name-only benchmark example memprof td tdactor tddb tdnet tdtl tdutils test tg_http_client | grep -E "\.cpp$|\.h$|\.hpp$" | grep -v third_party
|