main/find

This commit is contained in:
Marc Beninca 2025-07-09 01:04:59 +02:00
parent 048f41cd05
commit 222972b6df
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
3 changed files with 8 additions and 14 deletions

View file

@ -2,7 +2,7 @@ rwx_shellcheck() {
local root="${1}"
local file module modules path
file="$(mktemp)"
modules="$(rwx_find_shell "${root}")"
modules="$(rwx_main_find "${root}")"
while IFS= read -r module; do
path="${root}/${module}"
echo ". \"${path}\"" >>"${file}"