a3shell

homework prepared for OS lesson

Stars
2

a3shell

a simple bash-like shell programme prepared for my OS lesson in advance.

more infomation at my blog

current progress

18%, only a simple appearance, which can execute some simple progress

appearance

The one on the left is a3shell, and the other one on the right is bash

version

1.0

the basic version, only glibc is neededs

1.1

The GNU Readline Library need to be installed:

$ sudo apt-get install libreadline-gplv2-dev
$ sudo apt-get install libreadline6-dev

the new version has imported the Readline Library to provide the automatic code completion function and some other optimization