Vaccine shell. Keep your foreground processes safe.
Vaccine shell can be compiled with the following command on the project root:
make
The output will be a binary file called vsh
. You can install using your preferred manual method. I simply linking to a folder inside $PATH
with ln -s
, such as ~/.local/bin
.
Documentation are present in the included assignment document.