Simplify srs.{sh,ps1} scripts.

GitOrigin-RevId: 6e80ac1d8e04a5c22a6a71fdda75fb23b2695753
This commit is contained in:
levlam 2018-12-28 20:18:39 +03:00
parent e371abc0a7
commit 198f0997c1
2 changed files with 2 additions and 2 deletions

View File

@ -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
View File

@ -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$"