Skip to content
forked from arttnba3/a3shell

homework prepared for OS lesson

Notifications You must be signed in to change notification settings

FDlucifer/a3shell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

image.png

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

About

homework prepared for OS lesson

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%