Add patch/r2scan.sh script to test patterns across versions

This commit is contained in:
mid-kid 2024-09-25 19:00:04 +02:00
parent ddf44ce246
commit b02bcc0594

5
patch/r2scan.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
cd "$(echo "$(dirname "$0")/../subprojects"/mw-executables-*/)"
files="$(find -type f \! -type l -name "*.exe")"
rafind2 "$@" $files | sort