main/find
This commit is contained in:
parent
048f41cd05
commit
222972b6df
3 changed files with 8 additions and 14 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue