Code Monkey home page Code Monkey logo

the-dc-shell's Introduction

The DC Shell

A simple shell for UNIX like operating system. The shell can be used to execute a few basic commaands and mainly is a attempt to demonstrate how to work with C and the POSIX Api This shell was created as a part of the C Programming workshop hosted by A.J.Sarmah and Sid

Screenshots

shell

Installation Instructions

The shell only works with a UNIX based OS, we can use WSL if we are on windows. Following are the steps to follow to compile the shell

  1. For Debain based distros (Debain, Ubuntu, Linux Mint, Kali Linux, Pop OS etc) Run

sudo apt-get install cmake

sudo apt-get install ninja

  1. For Arch Based distros (Arch, Arco, Manjaro, Garuda etc) Run

pacman -S cmake

pacman -S ninja

  1. Clone the project and navigate to project folder and run

cmake -GNinja -S . -B build/

cd build

ninja

./the-dc-shell

  1. The Shell shall be up and running!

the-dc-shell's People

Contributors

sidwebworks avatar

Stargazers

 avatar Swaroop Jaikumar Rajwal avatar Devraj Chatribin avatar A.J.Sarmah avatar Medam Greeshma avatar  avatar

Watchers

Devraj Chatribin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.