-
Notifications
You must be signed in to change notification settings - Fork 0
Small Shell with limited commands.
License
Len-LoBo/smallsh
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Program: smallsh
Description: A shell written in C with a limited number of built in commands. Non-built in commands are simply passed to Bash.
Instructions For Command Line Compilation
----------------------------------------------------
Option 1) Using the included Makefile (RECOMMENDED)
From the program directory:
> make
To remove .o files and executable file
> make clean
Option 2) Compiling using gcc at command line
> gcc -o smallsh smallsh.c dynArr.c -std=gnu99
About
Small Shell with limited commands.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published