Skip to content

A Unix Shell program (code named Lynx Shell) written completely in C from scratch.

Notifications You must be signed in to change notification settings

Ryzertron/Project_Lynx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lynx - A Unix shell in C

Overview

This is a simple Unix shell program implemented in C from scratch. It provides basic functionality to execute commands. This shell is designed to mimic some of the behaviors of standard Unix shells.

Features

  • Command execution
  • Application Launching
  • Process Creation and Execution

Requirements

  • C compiler (e.g., gcc)
  • Unix based operating system (Linux, macOS, etc.)

Building the Shell

  1. Clone the repository:
  2. Compile the file. gcc -o main main.c
  3. Run the shell. ./main
  4. Try typing help

About

A Unix Shell program (code named Lynx Shell) written completely in C from scratch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages