https://github.com/sunzey/shell-in-linux
a simple shell to imitate linux_shell written in C(linux) for BUAA-Unix-Lecture 2021
https://github.com/sunzey/shell-in-linux
buaa buaa-os linuxshell posix shell unix
Last synced: 20 days ago
JSON representation
a simple shell to imitate linux_shell written in C(linux) for BUAA-Unix-Lecture 2021
- Host: GitHub
- URL: https://github.com/sunzey/shell-in-linux
- Owner: SunzeY
- License: mit
- Created: 2021-05-10T06:27:14.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T05:34:26.000Z (over 3 years ago)
- Last Synced: 2025-04-13T06:17:42.768Z (20 days ago)
- Topics: buaa, buaa-os, linuxshell, posix, shell, unix
- Language: C
- Homepage:
- Size: 1.25 MB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Myshell
This is project written in C(linux) in ubantu, which implement a simple shell to imitate linux_shell.
It is also the final work of UNIX-lecture in BUAA 2021.