Before you continue, you must clone the module-1
repository.
From the terminal, navigate to a directory where you want the cloned directory to be created and execute the following command.
$> git clone https://github.com/uu-dsp-os-ospp-2020/module-1.git
Now you should see something similar to this in the terminal.
Cloning into 'module-1'...
remote: Counting objects: 7, done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 7 (delta 0), reused 7 (delta 0), pack-reused 0
Unpacking objects: 100% (7/7), done.
To get an overview of the cloned repository, use the tree
command.
$> tree module-1
Now you should see a tree view of all files and directories in the
module-1
directory.
module-1
├── README.md
├── higher-grade
│ └── multiprogramming.s
└── mandatory
└── exceptions-and-interrupts.s
2 directories, 3 files