simplify
This commit is contained in:
parent
222972b6df
commit
e060c18949
4 changed files with 23 additions and 25 deletions
|
@ -4,7 +4,7 @@ rwx_shellcheck() {
|
|||
file="$(mktemp)"
|
||||
modules="$(rwx_main_find "${root}")"
|
||||
while IFS= read -r module; do
|
||||
path="${root}/${module}"
|
||||
path="${root}/${module}.sh"
|
||||
echo ". \"${path}\"" >>"${file}"
|
||||
done <<EOF
|
||||
${modules}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue