From 1f3de5bd990c0b01bc48cf5727c3ca8d57d33c02 Mon Sep 17 00:00:00 2001 From: levlam Date: Mon, 13 Feb 2023 15:43:55 +0300 Subject: [PATCH] Update src.sh/src.ps1. --- src.ps1 | 2 +- src.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src.ps1 b/src.ps1 index 7350a4eb3..8567506cc 100644 --- a/src.ps1 +++ b/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$" +git ls-tree -r HEAD --name-only benchmark example memprof td tdactor tddb tdnet tdtl tdutils test | Select-String "\.cpp$|\.h$|\.hpp$" diff --git a/src.sh b/src.sh index d129641ef..2a79952db 100755 --- a/src.sh +++ b/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$" +git ls-tree -r HEAD --name-only benchmark example memprof td tdactor tddb tdnet tdtl tdutils test | grep -E "\.cpp$|\.h$|\.hpp$"