prady0t / Dura-Shell

my copy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alt text


Basic terminal emulator with some built-in functions and colors to make it cool.

Type help for help.

๐Ÿš ๐Ÿš ๐Ÿš

INSTALLATION

  • clone the project using
git clone https://github.com/mrswastik-robot/Dura-Shell
  • make sure to have the c readline library installed
  $ sudo apt-get install libreadline6 libreadline6-dev
  • Run gcc complier on the terminal
gcc dura-shell.c
  • Created out file can be run in terminal
./a.out

About

my copy


Languages

Language:C 100.0%