As this Introductory Shell Course is designed to be taken along with the MPAGS C++ course, we will be using the shell setup that is required by that.
If you follow the setup instructions as listed on the course pages:
this will guide you through everything that’s needed. This will include:
You can then run the test as described here:
https://github.com/MPAGS-CPP-2023/test-setup
This will ensure your setup is working and you can access a terminal that we will be using both in this Shell course and the C++ course that follows.
After doing this, you will also need to do the following to prepare for this Shell course. From within the terminal, copy and paste the following commands:
cd
mkdir Desktop
cd Desktop
wget https://github.com/drmarkwslater/shell-novice/raw/gh-pages/data/data-shell.zip
unzip data-shell.zip
cd
You should be now all ready for the both the Shell course and the C++ course!