mirror of
https://github.com/mid-kid/metroskrew.git
synced 2025-06-18 13:15:40 -04:00
Add patch/r2scan.sh script to test patterns across versions
This commit is contained in:
parent
ddf44ce246
commit
b02bcc0594
5
patch/r2scan.sh
Executable file
5
patch/r2scan.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user