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