Skip to content

Len-LoBo/smallsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published