back to scratko.xyz
summaryrefslogtreecommitdiff
path: root/queue.c
Commit message (Collapse)AuthorAge
* Shell-V releasescratko2024-06-14
| | | | | | | Added pipeline. Formatting shell.c (created lexical_analysys.c). Error codes. Some functions of queue.c are created by preprocessor.
* version shell-V with commented out codescratko2024-06-12
|
* Shell-II releaseshell-IIscratko2024-05-25
| | | | | | Implementation of launching external programs via fork(). Running cd as a change to the current process directory (chdir). Ability to change to user's home directory (cd without arguments).
* Shell-I releaseshell-Iscratko2024-05-25