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 2f51b14 commit 8cf0b8cCopy full SHA for 8cf0b8c
1 file changed
generator.sh
@@ -8,6 +8,7 @@ table="color table.txt"
8
9
for shell in sh bash fish ksh
10
do
11
+ echo.BoldYellow Generating colorEcho for $shell shell ...
12
#shell specify configs and tricks
13
case $shell in
14
"bash")
@@ -112,4 +113,5 @@ LOLCAT
112
113
done
114
115
#zsh can use bash's script
116
+echo.BoldYellow Generating colorEcho for zsh shell ...
117
cp $dist.bash $dist.zsh
0 commit comments