diff options
| author | levlam <levlam@telegram.org> | 2018-12-28 20:18:39 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2018-12-28 20:18:39 +0300 |
| commit | 198f0997c1be8a99a213c9a4efd9e323e79aa90c (patch) | |
| tree | 36a3ddbec996f17d3896d412f9bd069ed1ba8139 /src.sh | |
| parent | e371abc0a779fa92c34ecf4ebe42175f780260ad (diff) | |
Simplify srs.{sh,ps1} scripts.
GitOrigin-RevId: 6e80ac1d8e04a5c22a6a71fdda75fb23b2695753
Diffstat (limited to 'src.sh')
| -rwxr-xr-x | src.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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$" |
