PatrickMckay1998 / atlas-simple_shell

0 stars 0 forks source link

Simple_Shell functionality #12

Open PatrickMckay1998 opened 1 month ago

PatrickMckay1998 commented 1 month ago

Our basic_white_girl shell

The program will include the listed functions: Display a prompt and wait for the user to type a command. A command line always ends with a new line. The prompt is displayed again each time a command has been executed. The command lines are simple, no semicolons, no pipes, no redirections or any other advanced features. The command lines are made only of one word. No arguments will be passed to programs. If an executable cannot be found, print an error message and display the prompt again. Handle errors. You have to handle the “end of file” condition (Ctrl+D)