Operating Systems - Homework 2
This is a simple shell that accepts user input, tokenizes the input at whitespaces to create arguments, then uses fork() to create a new child process that executes the given argument with the execvp() command.
| Name | Name | Last commit date | ||
|---|---|---|---|---|