Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 481 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 481 Bytes

sash

A toy shell, developed in order to understand process manipulation through POSIX API.

Features:

  • Redirections: ls -la > list.txt & cat < list.txt
  • Pipes: ls -la | grep sash.bin
  • Different prompts based on eUID

How to Βuild:

git clone https://github.com/sAsPeCt488/sash.git
cd sash
make

Disclaimer:

It is advisable, that you DO NOT utilize it on production environments as it has not been thoroughly audited for vulnerabilites.