Skip to content

A C implementation of a bash interpreter that can also support commands like history, !!, and !N. Each command is run using a fork() system call and can be run concurrently by running a command followed by an ' &'

Notifications You must be signed in to change notification settings

logan064/bashInterpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bashInterpreter

A C implementation of a bash interpreter that can also support commands like history, !!, and !N.

My program allows for a user to run commands using the POSIX api system calls. Each command is run using a fork() system call and can be run concurrently by running a command followed by an ' &'. to exit the program sucessfully type the command "exit".

About

A C implementation of a bash interpreter that can also support commands like history, !!, and !N. Each command is run using a fork() system call and can be run concurrently by running a command followed by an ' &'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published