mirror of
https://github.com/mid-kid/metroskrew.git
synced 2025-06-18 13:15:40 -04:00
6 lines
151 B
Bash
Executable File
6 lines
151 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd "$(echo "$(dirname "$0")/../subprojects"/mw-executables-*/)"
|
|
files="$(find -type f \! -type l -name "*.exe")"
|
|
rafind2 "$@" $files | sort
|