Skip to content

sahil-rajput/Jall-JustAnotherShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/

Releases

No releases published

Packages

No packages published