The Bash Shell: Setup

You need to download some files to follow this lesson. First, you need to open a terminal:

Once you’ve done this, a window should appear. Type the following into the prompt that appears (pressing enter/return after each line):

$ cd
$ git clone https://github.com/Southampton-RSG/swc-shell-novice.git

Alternatively, if you have SSH authentication with GitHub enabled (if you dont know what this means dont worry, it is covered in the Git SWC course if you want to know more!) you can use the following:

$ cd
$ git clone git@github.com:Southampton-RSG/swc-shell-novice.git

This should download all the content for the lesson to a new directory. Please let the instructors know if you run into any problems.