Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firstly, open your terminal and type 'echo $PATH', to see a list of directories within your computer. Copy this output and paste it in the shell_init file in order to specify the PATH environment variable. In order to to run this shell, in your terminal, navigate to the directory containing these files, and then type 'make' in order to create the executable file needed to run the shell. Then, type './shell -i shell_init' into your terminal in order to start the shell.

About

A replica of the UNIX shell that supports comments, variable assignments, basic script execution, using system calls to start executables with arbitrary string arguments, file redirection, and piping. It does not support meta-characters/matching.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages