find_public_scripts

lsst.ts.scriptqueue.find_public_scripts(root)

Find all public scripts in the specified root path.

Public scripts are executable files whose names do not start with “.” or “_”.

Parameters
rootstr, bytes or os.PathLike

Path to root directory.

Returns
scriptslist [str]

Relative path of each public script found in root.