Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 947 Bytes

File metadata and controls

23 lines (14 loc) · 947 Bytes

bash1 - Introduction to writing shell scripts

Video (3:32) simple.sh is basic bash script consisting of a list of commands to execute.
hello.sh is a "Hello, World" example.

Video (10:44) A more advanced example of a shell script.

Video (8:35)

Examples of using here documents.

Video (2:51) Creates a directory and initializes with a readme file.