Skip to content

Commit ea7b45a

Browse files
rename colorEcho.sh -> ColorEcho.sh
1 parent a180bfb commit ea7b45a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Make echo colorful with easier method. In [bash](https://www.gnu.org/software/ba
33

44
## Installation
55

6-
* Download the script [dist/colorEcho.sh](https://cdn.rawgit.com/PeterDaveHello/ColorEchoForShell/master/dist/colorEcho.sh)
6+
* Download the script [dist/ColorEcho.sh](https://cdn.rawgit.com/PeterDaveHello/ColorEchoForShell/master/dist/ColorEcho.sh)
77
* Add this line to your shell rc or run it directly:
8-
`. colorEcho.sh`
8+
`. ColorEcho.sh`
99

1010
## Usage
1111

β€Žgenerator.shβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
dist=dist/colorEcho.sh
3+
dist=dist/ColorEcho.sh
44
table=table.txt
55

66
echo '#!/usr/bin/env bash' > $dist

0 commit comments

Comments
Β (0)