We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba525d5 commit e511300Copy full SHA for e511300
generator.sh
@@ -30,6 +30,7 @@ echo.BoldGreen "ColorEcho generator start!"
30
31
for shell in sh bash fish ksh zsh
32
do
33
+ {
34
echo.BoldYellow "Generating ColorEcho for $shell shell ..."
35
#shell specify configs and tricks
36
case "$shell" in
@@ -163,7 +164,9 @@ $startSym
163
164
echo "\$$para" | tr -d '[:cntrl:]' | sed -E "s/\[((;)?[0-9]{1,3}){0,3}m//g"
165
$endSym
166
RESET
-
167
+ } &
168
done
169
170
+wait
171
+
172
echo.BoldGreen "ColorEcho generator end!"
0 commit comments