Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 356 Bytes

File metadata and controls

9 lines (9 loc) · 356 Bytes

simple_shell

Simple shell 0.1

Displays prompt and waits for user to type a command. The prompt is displayed each time a command has been executed The command lines are simple (no semicolons, pipes, redirections) The command lines are made of only one word prints error message when a command can't be found handles errors handles end-of-file condition