Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-07-21 11:11:16 +03:00
parent c3d512baf8
commit 03730bbfa9

View File

@ -381,6 +381,7 @@ function feature-scripts(){ (
cd "$dir"l
local script
for script in * ; do
# skip README and scripts starting with '-'...
( [ "${script}" == "README" ] \
|| [ "${script:0:1}" == "-" ] )\
&& continue