Skip to content

This is my own smallsh shell written in C. It implements a subset of features of well-known shells, such as bash. Program will provide a promt for running commands. Handle blank lines and comment, which are lines beginning with the # character. Expansion with $$ varible is allowed. Executes 3 commands exit, cd, status via code built into the she…

License

Notifications You must be signed in to change notification settings

bazarkua/smallsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

In order to compile and run this program you should:
1. Type in terminal: gcc smallsh.c -o smallsh
This will create executable named small

About

This is my own smallsh shell written in C. It implements a subset of features of well-known shells, such as bash. Program will provide a promt for running commands. Handle blank lines and comment, which are lines beginning with the # character. Expansion with $$ varible is allowed. Executes 3 commands exit, cd, status via code built into the she…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages