Simplify srs.{sh,ps1} scripts.
GitOrigin-RevId: 6e80ac1d8e04a5c22a6a71fdda75fb23b2695753
This commit is contained in:
parent
e371abc0a7
commit
198f0997c1
2
src.ps1
2
src.ps1
@ -1 +1 @@
|
||||
git ls-tree -r HEAD --name-only benchmark example memprof td tdactor tddb tdnet tdtl tdutils test tg_http_client | Select-String "\.cpp$|\.h$|\.hpp$" | Select-String -NotMatch "third_party"
|
||||
git ls-tree -r HEAD --name-only benchmark example memprof td tdactor tddb tdnet tdtl tdutils test tg_http_client | Select-String "\.cpp$|\.h$|\.hpp$"
|
||||
|
2
src.sh
2
src.sh
@ -1,2 +1,2 @@
|
||||
#!/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
|
||||
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$"
|
||||
|
Loading…
Reference in New Issue
Block a user