AlphaTechnolog / zippy-shell

Little and fast shell written in bare c (do not try this at home)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zippy shell

Little shell written in bare C.

Requirements

  • cjson
  • clang (can be changed to gcc in Makefile)

Installing cjson

In arch-based systems it's available at official repo.

sudo pacman -S cjson

Building

Compiled binary can be found at ./bin/zippy.

make

Building & running

make run - <arguments>

About

Little and fast shell written in bare c (do not try this at home)


Languages

Language:C 91.6%Language:Makefile 8.4%