Skip to content

Commit e511300

Browse files
Parallel build release
1 parent ba525d5 commit e511300

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

generator.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ echo.BoldGreen "ColorEcho generator start!"
3030

3131
for shell in sh bash fish ksh zsh
3232
do
33+
{
3334
echo.BoldYellow "Generating ColorEcho for $shell shell ..."
3435
#shell specify configs and tricks
3536
case "$shell" in
@@ -163,7 +164,9 @@ $startSym
163164
echo "\$$para" | tr -d '[:cntrl:]' | sed -E "s/\[((;)?[0-9]{1,3}){0,3}m//g"
164165
$endSym
165166
RESET
166-
167+
} &
167168
done
168169

170+
wait
171+
169172
echo.BoldGreen "ColorEcho generator end!"

0 commit comments

Comments
 (0)