Canosh
Canosh or Cano Shell is a shell written in C. Canosh's end goal is to be a POSIX compliant shell that is able to run on any Unix-like system. You can find the repository here.
Quick Start
- Clone the repository
git clone https://github.com/CobbCoding1/cano-sh.git
- Navigate to the project directory
cd cano-sh
- Create a
build
directory
mkdir build
- Run the
make
command
make
- Navigate to the
build
directory
cd build
- Run the executable with any additional flags
./main