Skip to content
/ shell Public

A custom command shell written in C with a few simple built-in commands.

Notifications You must be signed in to change notification settings

nbrix/shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Description:
	A shell that has three built-in commands: cd, status, and exit. It supports I/O redirection 
	and both background and foreground processes.  

Compile using this command:
	gcc -std=c99 -D_POSIX_C_SOURCE smallsh.c -o smallsh

About

A custom command shell written in C with a few simple built-in commands.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages