Skip to content

This project is a simple shell implementation created using the C programming language. The goal of this repository is to develop a basic command-line shell from scratch. The shell allows users to execute commands, manage processes, and interact with the underlying operating system.

Notifications You must be signed in to change notification settings

devcom33/simple_shell

Repository files navigation

simple_shell

This is a simple shell program that emulates the basic functionalities of a command-line interface.

Features

  • Command execution: Users can enter commands, and the shell will execute them.
  • Basic command parsing: The shell parses the command line input and separates the command and arguments.
  • Built-in commands: The shell includes a few built-in commands such as cd (change directory) and exit (terminate the shell).
  • Signal handling: The shell can handle signals such as Ctrl+C.
  • About

    This project is a simple shell implementation created using the C programming language. The goal of this repository is to develop a basic command-line shell from scratch. The shell allows users to execute commands, manage processes, and interact with the underlying operating system.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages