Skip to content

TheAnujBaliyan/ByteShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

ByteShell

Custom CLI (Command Line Interface)

This is a custom command-line interface (CLI) implemented in C. It allows users to execute both built-in commands and non-built-in commands.

Features

  • Supports built-in commands: cd, history, help, exit,ctrl-c.
  • Executes non-built-in commands using execvp.
  • Command history: Keeps track of previously entered commands.
  • Simple and easy to use.

Usage

  1. Compile the source code:
gcc custom_cli.c -o custom_cli   

Run the executable:

./custom_cli

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages