Skip to content

This repository contain a simple shell program, which realizes redirection, pipe, backgound process and other features.

Notifications You must be signed in to change notification settings

wuwentao1998/shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell

This repository contains a bash-like command line interface, which supports features like pipe, redirection and background jobs.

Envoirment

  • OS: Ubuntu 18.04.1

  • Compiler: clang 6.0.0

Build

cd ./code

cmake -DCMAKE_C_COMPILER=clang

make

Usage

./mumsh

Features

License

MIT License

About

This repository contain a simple shell program, which realizes redirection, pipe, backgound process and other features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published