diff options
Diffstat (limited to 'tools/list-srcs')
-rwxr-xr-x | tools/list-srcs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/list-srcs b/tools/list-srcs new file mode 100755 index 0000000..ed2a199 --- /dev/null +++ b/tools/list-srcs @@ -0,0 +1,4 @@ +#!/bin/bash + +cd .. +tree src -a -f --noreport -i | grep '\.cpp' |