From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- public/tools/findadd.cmd | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 public/tools/findadd.cmd (limited to 'public/tools/findadd.cmd') diff --git a/public/tools/findadd.cmd b/public/tools/findadd.cmd new file mode 100644 index 000000000..2adf0cde5 --- /dev/null +++ b/public/tools/findadd.cmd @@ -0,0 +1,2 @@ +rem findadd - find files which are not marked read only, in children of current dir +(walk /d . ls -lq %%s) | qgrep -yv "build. .obj .lib .dll .exe .map" | qgrep -vB -e "d--" | qgrep -v -e "--r" -- cgit v1.2.3