From 84738b9ddf075d208645862d2e5d5b8c705b4c78 Mon Sep 17 00:00:00 2001 From: Remzi Arpaci-Dusseau Date: Thu, 1 Feb 2018 15:07:52 -0600 Subject: [PATCH] update - minor --- processes-shell/README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/processes-shell/README.md b/processes-shell/README.md index 9a30640..cdcb3b1 100644 --- a/processes-shell/README.md +++ b/processes-shell/README.md @@ -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 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 -repeatedly prints a prompt `wish> ` (note the space after the -greater-than sign), parses the input, executes the command specified on that -line of input, and waits for the command to finish. This is repeated until the -user types `exit`. The name of your final executable should be `wish`: +Your basic shell, called `wish` (short for Wisconsin Shell, naturally), is +basically an interactive loop: it repeatedly prints a prompt `wish> ` (note +the space after the greater-than sign), parses the input, executes the command +specified on that line of input, and waits for the command to finish. This is +repeated until the user types `exit`. The name of your final executable +should be `wish`: ``` prompt> ./wish