Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Latest commit

 

History

History
40 lines (29 loc) · 1.1 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.1 KB

💉 VSH

gcc version glibc version linux kernel version

Vaccine shell. Keep your foreground processes safe.

Compiling | What's different?

Compiling

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.

What's different?

Documentation are present in the included assignment document.