Skip to content

DivyanshShrivastava178/c-shell2

 
 

Repository files navigation

C-SHELL

A minimal shell program...

Supports:

  • CSH-LANG (A custom scripting language)
  • ENV Variables

Manual Install

sudo install -Dm755 bin/cshell /usr/bin/cshell 

Retrieve Latest Changes

git checkout release git fetch git pull 

Build

mkdir -p build/ chmod +x build.sh ./build.sh 

About

A lightweight and extensible Unix-style shell written in C. Supports basic command execution, prompt customization, argument parsing, and process control. Built for learning, experimentation, and foundational shell development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 95.1%
  • Shell 3.0%
  • CMake 1.9%