You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ A collection of Bash scripts from [TecMint.com's tutorial](http://www.tecmint.co
5
5
1.[Hello.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Hello.sh): get a simple output
6
6
1.[Process.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Process.sh): execute more than one command in a script
7
7
1.[Interactive.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Interactive.sh): a simple but very much interactive script
8
-
1.[Special_Pattern.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Special_Patternn.sh): draw a diamond pattern with dots(.)
8
+
1.[Special_Pattern.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Special_Pattern.sh): draw a diamond pattern with dots(.)
9
9
1.[Colorfull.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Colorfull.sh): provide you with the output of several colours
10
10
1.[Convertlowercase.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/convertlowercase.sh): convert data either from the file or standard input to lowercase
11
11
1.[Encrypt.sh](https://github.com/ruanyf/simple-bash-scripts/blob/master/Encrypt.sh): encrypt a file/folder with password
0 commit comments