Skip to content

ashirbadsahu/lsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lsh

A simple shell written in c by following Stephen Brennan's tutorial.

Project structure

├── Makefile
├── README.md
└── src
    ├── builtin-commands.c
    ├── builtin-commands.h
    ├── lsh.c
    ├── lsh.h
    └── main.c

How to run

  1. Clone the repository
git clone https://github.com/ashirbadsahu/lsh.git
cd lsh
  1. Compile the source code
make
  1. Run the shell
./lsh

About

A simple Unix shell written in C by following Stephen Brennan's tutorial

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published