Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 328 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 328 Bytes

jsh_sy5

1. Run the following command to install the dependencies:

apt-get install libreadline-dev

2. Run the following command to compile the program:

make all

3. Run the following command to run the program:

./jsh

4. Run the following command to clean the program:

make clean