Skip to content

Commit e5e2166

Browse files
committed
Added video links.
1 parent 7adf21f commit e5e2166

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

bash/bash1/README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
# bash1 - Introduction to writing shell scripts
22

3-
## simple.sh
3+
## simple.sh & hello.sh
44

5-
A bash script consisting of a list of commands to execute.
6-
7-
## hello.sh
8-
9-
"Hello world" example. Includes examles of command-line arguments & if statement.
5+
[Video](https://youtu.be/urtY0-s3R2Y)
6+
simple.sh is basic bash script consisting of a list of commands to execute.
7+
hello.sh is a "Hello, World" example.
108

119
## example.sh
1210

11+
[Video](https://youtu.be/ZiVIlrvQIqQ)
1312
A more advanced example of a shell script.
1413

14+
## heredocument.sh
15+
16+
[Video](https://youtu.be/Qv3DIv3WqaY)
17+
18+
Examples of using here documents.
19+
1520
## nd.sh
1621

22+
[Video](https://youtu.be/gEIkJk_Jk48)
1723
Creates a directory and initializes with a readme file.

0 commit comments

Comments
 (0)