Skip to content

VISHALKANNAN070/LinuxShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Simple Shell in C

A minimal Unix shell written in C for educational purposes.

Build

gcc shell.c -o shell

Run

./shell

Features

  • Execute Linux commands
  • Built-in cd
  • Built-in exit
  • Uses fork(), execvp(), and waitpid()

Reference

https://brennan.io/2015/01/16/write-a-shell-in-c/

About

A minimal shell for linux environments built in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages