Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 992 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 992 Bytes

JALL

Jall is the Just Another Shell implemented in C.

How to run

$ make
$ ./jall

screen shot 2018-04-27 at 2 13 50 pm

screen shot 2018-04-27 at 1 38 03 pm

Commands you can use are:

		pwd	: Show current working directory from root.<br/>
	        ls	: List of all directories and files.<br/>
		echo: You can echo anything.<br/>
		cd 	: Change directory.<br/>
		exit : Exit the shell.<br/>
		clear : clear screen<br/>
		help : Help text<br/>
		AND MANY MORE<br/>

Reference

https://www.cs.purdue.edu/homes/grr/SystemsProgrammingBook/