Skip to main content

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

  1. Clone the repository
git clone https://github.com/CobbCoding1/cano-sh.git
  1. Navigate to the project directory
cd cano-sh
  1. Create a build directory
mkdir build
  1. Run the make command
make
  1. Navigate to the build directory
cd build
  1. Run the executable with any additional flags
./main