Skip to content

Commit 9f872d7

Browse files
add start/end prompt in generator
1 parent 6cd104a commit 9f872d7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

generator.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ table="color table.txt"
66
# use ColorEcho
77
. "$dist".bash
88

9+
echo.Green ColorEcho generator start!
10+
911
for shell in sh bash fish ksh
1012
do
1113
echo.BoldYellow Generating ColorEcho for $shell shell ...
@@ -115,3 +117,5 @@ done
115117
#zsh can use bash's script
116118
echo.BoldYellow Generating ColorEcho for zsh shell ...
117119
cp $dist.bash $dist.zsh
120+
121+
echo.Green ColorEcho generator end!

0 commit comments

Comments
 (0)