Giter VIP home page Giter VIP logo

minishell-in-c-'s Introduction

Minishell

A C++ based simulation of bash shell Project Image


Table of Contents


Introduction

Features

Back To The Top


Installation

minishell is currently available only for linux.

Method 1: Using Binary

$ git clone https://github.com/p-prakhar/minishell-in-C-.git
$ cd minishell-in-C-/
$ cd bin/
$ chmod +x shell

The binary file shell can now be used via the command

$ ./shell

Method 2: Build from source

Step1. Build the binary

$ git clone https://github.com/p-prakhar/minishell-in-C-.git
$ cd minishell-in-C-/
$ make
$ cd bin/
$ chmod +x shell

Step 2. The binary file has thus been created in the bin directory. Run it using the GUI, or using the following command in the terminal. (if using the terminal, first navigate to the bin directory)

$ ./shell

Method 3: Using install.sh file

Works only for bash shell.

$ git clone https://github.com/p-prakhar/minishell-in-C-.git
$ cd minishell-in-C-/
$ chmod +x install.sh
$ sudo ./install.sh 

After installing from install.sh file, restart the terminal. Now, type the command prakhar in the terminal to run the minishell.

$ prakhar

Back To The Top


Usage

Back To The Top


Future Additions


References

Back To The Top


Author Info

Prakhar Pandey


License


minishell-in-c-'s People

Contributors

p-prakhar avatar

Watchers

 avatar  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.