-
Notifications
You must be signed in to change notification settings - Fork 0
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
bazarkua/smallsh
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published