Skip to content

kylemrtnez/small_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Small Shell

Description: This file contains a program which implements a small Unix terminal shell. It is written in C.

It has 3 built in commands:

  • cd - change directory
  • status - print the termination status of the last foreground process
  • exit - exits the terminal

Besides these built in commands, the terminal will execute any other commands provided to it by using the PATH environment variable.

Files Included:

smallsh.c, makefile, README.md

To run:

Use the included makefile. Type "make". ./smallsh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors