Skip to content

4302project/Simple-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Simple-Shell

COSC 4302 Operating Systems - Simple Shell 11/29/2020

This is a very minimal shell. It finds an executable in the PATH, then loads it and executes it (using execv). Since it uses "." (dot) as a separator, it cannot handle file names like "minishell.h"

Begin your solution by reading the UNlX example. You will have to rewrite that code to support user interaction using the skeleton code.

About

This is a very minimal shell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages