Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

bash1 - Introduction to writing shell scripts

simple.sh & hello.sh

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

example.sh

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

heredocument.sh

Video (8:35)

Examples of using here documents.

nd.sh

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