Skip to content

Commit 1f3de5b

Browse files
committed
Update src.sh/src.ps1.
1 parent ee4ecbc commit 1f3de5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +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$"
1+
git ls-tree -r HEAD --name-only benchmark example memprof td tdactor tddb tdnet tdtl tdutils test | Select-String "\.cpp$|\.h$|\.hpp$"

src.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
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$"
2+
git ls-tree -r HEAD --name-only benchmark example memprof td tdactor tddb tdnet tdtl tdutils test | grep -E "\.cpp$|\.h$|\.hpp$"

0 commit comments

Comments
 (0)