Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 691 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 691 Bytes

ZDD Shell (GNU/Linux 🐧 only)

Current state

This shell has been made for educational purposes only. It lacks various features and is in a very simple and limited state.

Compile project

gcc -o zdd main.c shell.c job_control.c ./internal_commands/internal_commands.c ./colors/colors.c ./prompt/prompt.c
Or execute ./build.sh

Screenshots

Neofetch test

alt-text

Errors

alt-text

Full background jobs features

Background (&) and foreground jobs

alt-text

Stopping (Ctrl+Z) and resuming

alt-text