Skip to content

Rahul09123/Tiny-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Shell

Overview

tinyshell is a small C-based command-line shell project. It is designed to demonstrate core shell concepts such as:

  • reading user input
  • parsing commands
  • creating child processes
  • executing external programs

The project is intentionally minimal and focused on learning fundamental Unix process and command execution behavior.

Requirements

  • GCC or Clang compiler
  • macOS or Linux terminal

Build

gcc -Wall -Wextra -o tinyshell tinyshell.c

Run

./tinyshell

About

Implemented basic Linux Shell using C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages