mirror of
https://github.com/flynx/post-install.git
synced 2025-10-29 02:30:08 +00:00
minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
da9497c5ff
commit
c3d512baf8
@ -381,6 +381,9 @@ function feature-scripts(){ (
|
||||
cd "$dir"l
|
||||
local script
|
||||
for script in * ; do
|
||||
( [ "${script}" == "README" ] \
|
||||
|| [ "${script:0:1}" == "-" ] )\
|
||||
&& continue
|
||||
echo "# $script:"
|
||||
( @ ./$script )
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user