find with extension
This commit is contained in:
parent
9e3c268b1c
commit
52593c9571
4 changed files with 5 additions and 7 deletions
|
@ -15,7 +15,7 @@ rwx_self_subset() {
|
|||
if [ -d "${root}" ]; then
|
||||
local file
|
||||
for file in $(rwx_main_find "${root}"); do
|
||||
echo "${argument}/${file}.${RWX_MAIN_EXTENSION}"
|
||||
echo "${argument}/${file}"
|
||||
done
|
||||
elif [ -f "${rwx_main_root}/${file}" ]; then
|
||||
echo "${file}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue