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 a180bfb commit ea7b45aCopy full SHA for ea7b45a
3 files changed
βREADME.mdβ
@@ -3,9 +3,9 @@ Make echo colorful with easier method. In [bash](https://www.gnu.org/software/ba
3
4
## Installation
5
6
-* Download the script [dist/colorEcho.sh](https://cdn.rawgit.com/PeterDaveHello/ColorEchoForShell/master/dist/colorEcho.sh)
+* Download the script [dist/ColorEcho.sh](https://cdn.rawgit.com/PeterDaveHello/ColorEchoForShell/master/dist/ColorEcho.sh)
7
* Add this line to your shell rc or run it directly:
8
-`. colorEcho.sh`
+`. ColorEcho.sh`
9
10
## Usage
11
βdist/colorEcho.shβ βdist/ColorEcho.shβdist/colorEcho.sh renamed to dist/ColorEcho.sh
βgenerator.shβ
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
-dist=dist/colorEcho.sh
+dist=dist/ColorEcho.sh
table=table.txt
echo '#!/usr/bin/env bash' > $dist
0 commit comments