Skip to content
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.

Latest commit

 

History

History
35 lines (29 loc) · 480 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 480 Bytes

About

POSIX Shell by Dimonchik0036

Features

  • Run commands in the background
  • Job Control
  • Pipelining
  • Redirection of input / output

Build

git clone https://github.com/Dimonchik0036/shell.git
cd shell

For CMake

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .

For Makefile

make

Usage

./myshell

Builtin commands

fg [%job]
bg [%job]
jobs
jkill [%job]