forked from dingdongnigetou/shell
-
Notifications
You must be signed in to change notification settings - Fork 0
scottdwdwdw/shell
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
(C) 2014-3-2 HuangJinDong DESCRIPTION ============ It is a part of implementation of the shell. I call it as "ddsh" -:). FUNCTIONS ========== -- run commands are compose of semicolon -- have some build-in commands (cd, pwd, history, exit) -- commands and file's name can auto completion (Tab) -- press up and down to lookup the historical command -- press left and right to modify the input -- Ctrl + L to clear the screen -- if [ number ]; then command; fi -- while [ number ]; do command; done -- more... INSTALLATION ============= You need the library of "readline". Use make. CONTACT WITH ME ================ Send message to [email protected]
About
The implement of shell
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 95.1%
- Makefile 4.9%