The ls-scripts command was broken because it was looking for scripts in libs/scripts/ instead of scripts/. Furthermore, it didn't list the scripts in sub-directories, such as banking or contacts.
This PR fix the command and make it recursive to list all the scripts, even in sub-directories.
The
ls-scripts
command was broken because it was looking for scripts inlibs/scripts/
instead ofscripts/
. Furthermore, it didn't list the scripts in sub-directories, such asbanking
orcontacts
. This PR fix the command and make it recursive to list all the scripts, even in sub-directories.