https://github.com/ankscircle/Micro-shell--ush-
"ush" is a command interpreter written in C with a syntax similar to UNIX C shell. The main tasks were- Lexical structure formation and implementation, command line parsing, pipe- lining of commands & their parallel execution, I/O redirection, command execution, environment variables, signal handling & creating built-in commands.
https://github.com/ankscircle/Micro-shell--ush-
Last synced: 6 months ago
JSON representation
"ush" is a command interpreter written in C with a syntax similar to UNIX C shell. The main tasks were- Lexical structure formation and implementation, command line parsing, pipe- lining of commands & their parallel execution, I/O redirection, command execution, environment variables, signal handling & creating built-in commands.
- Host: GitHub
- URL: https://github.com/ankscircle/Micro-shell--ush-
- Owner: ankscircle
- Created: 2012-04-02T19:36:41.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-03-29T02:09:32.000Z (about 10 years ago)
- Last Synced: 2024-04-24T16:41:32.913Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 96.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
- AwesomeInterpreter - Micro-shell--ush-