mirror of
https://github.com/flynx/post-install.git
synced 2025-10-29 18:50: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
|
cd "$dir"l
|
||||||
local script
|
local script
|
||||||
for script in * ; do
|
for script in * ; do
|
||||||
|
( [ "${script}" == "README" ] \
|
||||||
|
|| [ "${script:0:1}" == "-" ] )\
|
||||||
|
&& continue
|
||||||
echo "# $script:"
|
echo "# $script:"
|
||||||
( @ ./$script )
|
( @ ./$script )
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user