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

dimonchik0036/shell

Repository files navigation

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]