Skip to content

NuttySalmon/simple-unix-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

Simple Unix Shell. Based on this project prompt.

To build in terminal

  1. Clone repo and cd into folder:

    git clone https://github.com/NuttySalmon/simple-unix-shell.git
    cd simple-unix-shell
    
  2. Comple executable:

    gcc test.c -o test
    

Running shell

Shell can be run in interactive mode (prompt for user to type in commands) or in batch mode (runs commands from batch file)

  • To run in interactive mode:

    ./test
    
  • To run in batch mode:

    ./test [BATCH FILE PATH HERE]
    

About

Exercise to build a simple Unix shell

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages