update - minor

This commit is contained in:
Remzi Arpaci-Dusseau
2018-02-01 15:07:52 -06:00
parent a3f5ae5369
commit 84738b9ddf

View File

@@ -28,15 +28,16 @@ the shell you are running (probably bash) to learn more about all of the
functionality that can be present. For this project, you do not need to functionality that can be present. For this project, you do not need to
implement too much functionality. implement too much functionality.
## Program Specifications## ## Program Specifications
### Basic Shell: WiSH ### Basic Shell: `wish`
Your basic shell, called **wish**, is basically an interactive loop: it Your basic shell, called `wish` (short for Wisconsin Shell, naturally), is
repeatedly prints a prompt `wish> ` (note the space after the basically an interactive loop: it repeatedly prints a prompt `wish> ` (note
greater-than sign), parses the input, executes the command specified on that the space after the greater-than sign), parses the input, executes the command
line of input, and waits for the command to finish. This is repeated until the specified on that line of input, and waits for the command to finish. This is
user types `exit`. The name of your final executable should be `wish`: repeated until the user types `exit`. The name of your final executable
should be `wish`:
``` ```
prompt> ./wish prompt> ./wish