Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 444 Bytes

File metadata and controls

19 lines (11 loc) · 444 Bytes

0-shell

This is a minimalist Unix-like shell written in Rust.

Authors

  • Yassine El mach
  • Hamza Maach

About

We are currently building this shell as part of a system-level programming project. The goal is to recreate core Unix commands using Rust without relying on existing shells like bash.

Features

  • Custom prompt ($)
  • Basic command parsing
  • Built-in commands implemented from scratch (like cd, ls, pwd, etc.)