Skip to content

scisamir/simple_shell

Repository files navigation

Simple shell

0x16. C - Simple Shell

A Simple shell project to imitate the implementation of a Unix/Linux shell like Bash. It provide a basic command-line interface for users to interact with the operating system. Users can navigate through files, execute commands and manage process.

Feautures

  • Environment Navigation: users can view, set and navigate through the environment.

  • Command Execution: This Simple shell allows uses to execute some built-in commamnds e.g 'exit' and executables commands

  • Signal Handling: The shell handles common UNIX signal such as Ctrl+Z

  • Handles PATH

  • Handles the env built-in that prints the current environment

Releases

No releases published

Packages

No packages published

Languages