isbadawi / ish

it's a shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ish

It's a shell. So far it just supports spawning commands and piping them together, e.g.

$ ish
ish$ echo hello | tr [:lower:] [:upper:] | xargs yes | head -5
HELLO
HELLO
HELLO
HELLO
HELLO
ish$

About

it's a shell

License:MIT License


Languages

Language:C 97.1%Language:Makefile 2.9%