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